|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectcom.semarchy.mdm.runtime.commons.PageCriteria
public class PageCriteria
Defines the scope of a data page.
This class is used to limit a query to a subset of the rows. Indexes starts at 0. This class is immutable
Constructor Summary | |
---|---|
PageCriteria(long pStartIndex,
int pPageSize)
|
Method Summary | |
---|---|
protected PageCriteria |
clone()
|
boolean |
equals(Object obj)
|
long |
getEndIndex()
Index of the last element included in the page if the page is full. |
int |
getPageSize()
Number of element in the page. |
long |
getStartIndex()
Index of the first element included in the page. |
int |
hashCode()
|
String |
toString()
|
Methods inherited from class java.lang.Object |
---|
finalize, getClass, notify, notifyAll, wait, wait, wait |
Constructor Detail |
---|
public PageCriteria(long pStartIndex, int pPageSize)
Method Detail |
---|
public long getStartIndex()
public int getPageSize()
public long getEndIndex()
public String toString()
toString
in class Object
public int hashCode()
hashCode
in class Object
public boolean equals(Object obj)
equals
in class Object
protected PageCriteria clone()
clone
in class Object
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |