org.apache.portals.graffito.model.core
Interface Link

All Superinterfaces:
CmsObject

public interface Link
extends CmsObject

Cms link object. Similar to a unix link
. By this way, a CmsObject can be linked to different uris

Author:
Christophe Lombart

Field Summary
 
Fields inherited from interface org.apache.portals.graffito.model.core.CmsObject
URI_SEPARATOR
 
Method Summary
 CmsObject getTargetCmsObject()
          Get the target cms object
 void setTargetCmsObject(CmsObject cmsObject)
          Set the link target
 
Methods inherited from interface org.apache.portals.graffito.model.core.CmsObject
getCreationDate, getLastModified, getName, getParentFolder, getPath, getProperties, getProperty, getUri, setCreationDate, setLastModified, setName, setParentFolder, setProperties, setProperty, setUri
 

Method Detail

setTargetCmsObject

void setTargetCmsObject(CmsObject cmsObject)
Set the link target

Parameters:
cmsObject - The target cms object

getTargetCmsObject

CmsObject getTargetCmsObject()
Get the target cms object

Returns:
the target cms object


Copyright © 2004-2006 The Apache Software Foundation. All Rights Reserved.