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