Package com.atlassian.bamboo.filter
Class Page<T>
java.lang.Object
com.atlassian.bamboo.filter.Page<T>
-
Constructor Summary
-
Method Summary
Modifier and TypeMethodDescriptionint
getList()
int
void
setEndIndex
(int endIndex) void
setStartIndex
(int startIndex)
-
Constructor Details
-
Page
public Page(org.hibernate.query.Query query, int pageIndex, int pageSize) -
Page
-
-
Method Details
-
getList
-
getStartIndex
public int getStartIndex() -
setStartIndex
public void setStartIndex(int startIndex) -
getEndIndex
public int getEndIndex() -
setEndIndex
public void setEndIndex(int endIndex)
-