public class PointOfServiceSearchPageWsDTO extends Object implements Serializable
| Constructor and Description |
|---|
PointOfServiceSearchPageWsDTO() |
| Modifier and Type | Method and Description |
|---|---|
PaginationWsDTO |
getPagination() |
List<PointOfServiceWsDTO> |
getPointsOfService() |
List<SortWsDTO> |
getSorts() |
void |
setPagination(PaginationWsDTO pagination) |
void |
setPointsOfService(List<PointOfServiceWsDTO> pointsOfService) |
void |
setSorts(List<SortWsDTO> sorts) |
public void setPointsOfService(List<PointOfServiceWsDTO> pointsOfService)
public List<PointOfServiceWsDTO> getPointsOfService()
public void setPagination(PaginationWsDTO pagination)
public PaginationWsDTO getPagination()
Copyright © 2017 SAP SE. All Rights Reserved.