com.ibm.websphere.query.base
Class Pagination
java.lang.Object
com.ibm.websphere.query.base.Pagination
public class Pagination
- extends java.lang.Object
This class is used to page the results of a select query in the query framework.
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait |
Pagination
public Pagination()
getPageNumber
public int getPageNumber()
setPageNumber
public void setPageNumber(int page)
getPageSize
public int getPageSize()
setPageSize
public void setPageSize(int size)
getPageCount
public int getPageCount()
setPageCount
public void setPageCount(int count)
toString
public java.lang.String toString()
- Overrides:
toString
in class java.lang.Object