org.granite.tide.data.model
Class PageInfo
java.lang.Object
org.granite.tide.data.model.PageInfo
- All Implemented Interfaces:
- Externalizable, Serializable
public class PageInfo
- extends Object
- implements Externalizable
- See Also:
- Serialized Form
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
PageInfo
public PageInfo()
PageInfo
public PageInfo(int firstResult,
int maxResults,
String[] order,
boolean[] desc)
getFirstResult
public int getFirstResult()
setFirstResult
public void setFirstResult(int firstResult)
getMaxResults
public int getMaxResults()
setMaxResults
public void setMaxResults(int maxResults)
getSortInfo
public SortInfo getSortInfo()
setSortInfo
public void setSortInfo(SortInfo sortInfo)
writeExternal
public void writeExternal(ObjectOutput out)
throws IOException
- Specified by:
writeExternal in interface Externalizable
- Throws:
IOException
readExternal
public void readExternal(ObjectInput in)
throws IOException,
ClassNotFoundException
- Specified by:
readExternal in interface Externalizable
- Throws:
IOException
ClassNotFoundException