Class PaginationWsDTO
java.lang.Object
de.hybris.platform.webservicescommons.dto.PaginationWsDTO
- All Implemented Interfaces:
Serializable
Pagination info
- See Also:
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptiongetCount()getPage()voidvoidsetHasNext(Boolean hasNext) voidsetHasPrevious(Boolean hasPrevious) voidvoidsetTotalCount(Long totalCount) voidsetTotalPages(Integer totalPages)
-
Constructor Details
-
PaginationWsDTO
public PaginationWsDTO()
-
-
Method Details
-
setCount
-
getCount
-
setTotalCount
-
getTotalCount
-
setPage
-
getPage
-
setTotalPages
-
getTotalPages
-
setHasNext
-
getHasNext
-
setHasPrevious
-
getHasPrevious
-