public static class FinderWrapper.Pagination
extends java.lang.Object
| Constructor and Description |
|---|
Pagination() |
| Modifier and Type | Method and Description |
|---|---|
int |
getPage() |
int |
getPageSize() |
boolean |
hasMore() |
void |
setMorePage(boolean hasMore) |
void |
setPage(int page) |
void |
setPageSize(int pageSize) |