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

All Superinterfaces:
Link, WorkspaceObject

public interface PageLink
extends Link

A link to a page.

Version:
$Revision$
Author:
Julien Viet

Method Summary
 Page getPage()
          The target page.
 void setPage(Page page)
          Updates the target page.
 
Methods inherited from interface org.gatein.mop.api.workspace.WorkspaceObject
getAttributes, getObjectId, getObjectType
 

Method Detail

getPage

Page getPage()
The target page.

Returns:
the page

setPage

void setPage(Page page)
Updates the target page.

Parameters:
page - the page to update


Copyright © 2009 eXo Platform SAS. All Rights Reserved.