org.gatein.mop.api.workspace.link
Interface ContentLink

All Superinterfaces:
Link, WorkspaceObject

public interface ContentLink
extends Link

A link to a content.

Version:
$Revision$
Author:
Julien Viet

Method Summary
 Content getContent()
          Returns the link to a content.
 void setContent(Content content)
          Updates the content linked.
 
Methods inherited from interface org.gatein.mop.api.workspace.WorkspaceObject
getAttributes, getObjectId, getObjectType
 

Method Detail

getContent

Content getContent()
Returns the link to a content.

Returns:
the content

setContent

void setContent(Content content)
Updates the content linked.

Parameters:
content - the content to link


Copyright © 2009 eXo Platform SAS. All Rights Reserved.