Class PointOfServiceSearchPageWsDTO
- java.lang.Object
-
- de.hybris.platform.warehousingwebservices.dto.store.PointOfServiceSearchPageWsDTO
-
- All Implemented Interfaces:
java.io.Serializable
public class PointOfServiceSearchPageWsDTO extends java.lang.Object implements java.io.Serializable- See Also:
- Serialized Form
-
-
Constructor Summary
Constructors Constructor Description PointOfServiceSearchPageWsDTO()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description PaginationWsDTOgetPagination()java.util.List<PointOfServiceWsDTO>getPointsOfService()java.util.List<SortWsDTO>getSorts()voidsetPagination(PaginationWsDTO pagination)voidsetPointsOfService(java.util.List<PointOfServiceWsDTO> pointsOfService)voidsetSorts(java.util.List<SortWsDTO> sorts)
-
-
-
Method Detail
-
setPointsOfService
public void setPointsOfService(java.util.List<PointOfServiceWsDTO> pointsOfService)
-
getPointsOfService
public java.util.List<PointOfServiceWsDTO> getPointsOfService()
-
setSorts
public void setSorts(java.util.List<SortWsDTO> sorts)
-
getSorts
public java.util.List<SortWsDTO> getSorts()
-
setPagination
public void setPagination(PaginationWsDTO pagination)
-
getPagination
public PaginationWsDTO getPagination()
-
-