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