public interface DTOPagingInterface
Modifier and Type | Method and Description |
---|---|
int |
getCount()
Retrieves the number of items to be returned in a page.
|
int |
getStartIndex()
Retrieves the index of the first item of the page.
|
void |
setCount(int count)
Sets the number of items to be returned in a page.
|
void |
setStartIndex(int startIndex)
Sets the index of the first item of the page.
|
startIndex
- Count
-