Package de.hybris.platform.cms2.data
Class PageableData
java.lang.Object
de.hybris.platform.cms2.data.PageableData
- All Implemented Interfaces:
Serializable
POJO representation of search query pagination.
- See Also:
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionintintgetSort()voidsetCurrentPage(int currentPage) voidsetPageSize(int pageSize) void
-
Constructor Details
-
PageableData
public PageableData()
-
-
Method Details
-
setPageSize
public void setPageSize(int pageSize) -
getPageSize
public int getPageSize() -
setCurrentPage
public void setCurrentPage(int currentPage) -
getCurrentPage
public int getCurrentPage() -
setSort
-
getSort
-