com.ibm.mashups.enabler.model.state
Interface PageAccessor

All Superinterfaces:
Accessor

public PageAccessor
extends Accessor

Interface representing an PageAccessor.


Method Summary
 String getPageID()
           Returns the of the page within a space.
 void setPageID(String pageId)
           Sets the page of the space
 Boolean confirmSetPageID(String pageId)
           Confirms if it's possible to set a new page id
 

Method Detail

getPageID

String getPageID()
Returns the of the page within a space.

Returns:
The page id of provided space

setPageID

void setPageID(String pageId)
Sets the page of the space

Parameters:
pageId - id of page

confirmSetPageID

Boolean confirmSetPageID(String pageId)
Confirms if it's possible to set a new page id

Parameters:
pageId - id of page
Returns:
return true if it's possible to set a new page id


Copyright IBM Corp. 2010 All Rights Reserved.