Class PageableWsDTO
java.lang.Object
de.hybris.platform.cmswebservices.dto.PageableWsDTO
- All Implemented Interfaces:
Serializable
Specifies properties of the page.
- See Also:
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionintintgetSort()voidsetCurrentPage(int currentPage) voidsetPageSize(int pageSize) void
-
Constructor Details
-
PageableWsDTO
public PageableWsDTO()
-
-
Method Details
-
setPageSize
public void setPageSize(int pageSize) -
getPageSize
public int getPageSize() -
setCurrentPage
public void setCurrentPage(int currentPage) -
getCurrentPage
public int getCurrentPage() -
setSort
-
getSort
-