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