org.gatein.mop.core.api.workspace
Class PageLinkImpl

java.lang.Object
  extended by org.gatein.mop.core.api.workspace.WorkspaceObjectImpl
      extended by org.gatein.mop.core.api.workspace.LinkImpl
          extended by 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

Constructor Summary
PageLinkImpl()
           
 
Method Summary
 ObjectType<? extends PageLink> getObjectType()
           
abstract  PageImpl getPage()
           
abstract  String getPathPath()
           
 void setPage(Page page)
           
abstract  void setPage(PageImpl page)
           
abstract  void setPagePath(String path)
           
 
Methods inherited from class org.gatein.mop.core.api.workspace.WorkspaceObjectImpl
getAttributes, getName, getObjectId, getProperties, toString
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
 
Methods inherited from interface org.gatein.mop.api.workspace.WorkspaceObject
getAttributes, getObjectId
 

Constructor Detail

PageLinkImpl

public PageLinkImpl()
Method Detail

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.