photospace.web
Class Page

java.lang.Object
  extended byphotospace.web.Page
All Implemented Interfaces:
java.io.Serializable

public class Page
extends java.lang.Object
implements java.io.Serializable

See Also:
Serialized Form

Constructor Summary
Page()
           
 
Method Summary
 CollectionMeta getCollection()
           
 Meta getCurrent()
           
 int getIndex()
           
 Meta getNext()
           
 java.util.List getParents()
           
 Meta getPrevious()
           
 void setCollection(CollectionMeta collection)
           
 void setIndex(int index)
           
 
Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

Page

public Page()
Method Detail

getCurrent

public Meta getCurrent()

setCollection

public void setCollection(CollectionMeta collection)

getCollection

public CollectionMeta getCollection()

getParents

public java.util.List getParents()

getPrevious

public Meta getPrevious()

getNext

public Meta getNext()

getIndex

public int getIndex()

setIndex

public void setIndex(int index)