Interface Paginable
-
- All Implemented Interfaces:
public interface PaginableMust be implements by all objects witch represent a pagined data.
-
-
Method Summary
Modifier and Type Method Description abstract StringgetNextPage()abstract booleanisNonNullPage()abstract intgetPageSize()abstract intgetCountItemsToDownload()-
-
Method Detail
-
getNextPage
abstract String getNextPage()
-
isNonNullPage
abstract boolean isNonNullPage()
-
getPageSize
abstract int getPageSize()
-
getCountItemsToDownload
abstract int getCountItemsToDownload()
-
-
-
-