public class OrderEntrySearchPageWsDTO extends Object implements Serializable
| Constructor and Description |
|---|
OrderEntrySearchPageWsDTO() |
| Modifier and Type | Method and Description |
|---|---|
List<OrderEntryWsDTO> |
getOrderEntries() |
PaginationWsDTO |
getPagination() |
List<SortWsDTO> |
getSorts() |
void |
setOrderEntries(List<OrderEntryWsDTO> orderEntries) |
void |
setPagination(PaginationWsDTO pagination) |
void |
setSorts(List<SortWsDTO> sorts) |
public void setPagination(PaginationWsDTO pagination)
public PaginationWsDTO getPagination()
public void setOrderEntries(List<OrderEntryWsDTO> orderEntries)
public List<OrderEntryWsDTO> getOrderEntries()
Copyright © 2017 SAP SE. All Rights Reserved.