public class OrderEntryGroupWsDTO extends Object implements Serializable
| Constructor and Description |
|---|
OrderEntryGroupWsDTO() |
| Modifier and Type | Method and Description |
|---|---|
Collection<OrderEntryWsDTO> |
getEntries() |
Long |
getQuantity() |
PriceWsDTO |
getTotalPriceWithTax() |
void |
setEntries(Collection<OrderEntryWsDTO> entries) |
void |
setQuantity(Long quantity) |
void |
setTotalPriceWithTax(PriceWsDTO totalPriceWithTax) |
public void setTotalPriceWithTax(PriceWsDTO totalPriceWithTax)
public PriceWsDTO getTotalPriceWithTax()
public void setEntries(Collection<OrderEntryWsDTO> entries)
public Collection<OrderEntryWsDTO> getEntries()
public void setQuantity(Long quantity)
public Long getQuantity()
Copyright © 2017 SAP SE. All Rights Reserved.