com.ingenta.clownbike
Class Page

java.lang.Object
  extended bycom.ingenta.clownbike.Page

public class Page
extends java.lang.Object


Constructor Summary
Page(int pageCount, int pageNumber, java.util.List contents)
           
 
Method Summary
 java.util.List getContents()
           
 int getPageCount()
           
 int getPageNumber()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

Page

public Page(int pageCount,
            int pageNumber,
            java.util.List contents)
Method Detail

getPageCount

public int getPageCount()

getPageNumber

public int getPageNumber()

getContents

public java.util.List getContents()