public class OrderInfo extends Object
| Constructor and Description |
|---|
OrderInfo() |
| Modifier and Type | Method and Description |
|---|---|
List<OrderEntryInfo> |
getOrderEntryList() |
String |
getTotalPrice() |
String |
getTotalTax() |
String |
getTotalWithTax() |
void |
setOrderEntryList(List<OrderEntryInfo> orderEntryList) |
void |
setTotalPrice(String totalPrice) |
void |
setTotalTax(String totalTax) |
void |
setTotalWithTax(String totalWithTax) |
public List<OrderEntryInfo> getOrderEntryList()
public void setOrderEntryList(List<OrderEntryInfo> orderEntryList)
orderEntryList - the orderEntryList to setpublic String getTotalTax()
public void setTotalTax(String totalTax)
totalTax - the totalTax to setpublic String getTotalPrice()
public void setTotalPrice(String totalPrice)
totalPrice - the totalPrice to setpublic String getTotalWithTax()
public void setTotalWithTax(String totalWithTax)
totalWithTax - the totalWithTax to setCopyright © 2017 SAP SE. All Rights Reserved.