Class PageableWsDTO
- java.lang.Object
-
- de.hybris.platform.cmswebservices.dto.PageableWsDTO
-
- All Implemented Interfaces:
java.io.Serializable
public class PageableWsDTO extends java.lang.Object implements java.io.SerializableSpecifies properties of the page.- See Also:
- Serialized Form
-
-
Constructor Summary
Constructors Constructor Description PageableWsDTO()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description intgetCurrentPage()intgetPageSize()java.lang.StringgetSort()voidsetCurrentPage(int currentPage)voidsetPageSize(int pageSize)voidsetSort(java.lang.String sort)
-