org.gatein.mop.core.api.workspace
Class PageLinkImpl
java.lang.Object
org.gatein.mop.core.api.workspace.WorkspaceObjectImpl
org.gatein.mop.core.api.workspace.LinkImpl
org.gatein.mop.core.api.workspace.PageLinkImpl
- All Implemented Interfaces:
- Link, PageLink, WorkspaceObject
public abstract class PageLinkImpl
- extends LinkImpl
- implements PageLink
- Version:
- $Revision$
- Author:
- Julien Viet
PageLinkImpl
public PageLinkImpl()
getPage
public abstract PageImpl getPage()
- Specified by:
getPage in interface PageLink
setPage
public abstract void setPage(PageImpl page)
getPathPath
public abstract String getPathPath()
setPagePath
public abstract void setPagePath(String path)
setPage
public void setPage(Page page)
- Specified by:
setPage in interface PageLink
getObjectType
public ObjectType<? extends PageLink> getObjectType()
- Specified by:
getObjectType in interface WorkspaceObject- Specified by:
getObjectType in class LinkImpl
Copyright © 2009 eXo Platform SAS. All Rights Reserved.