Class OrderInfo
- java.lang.Object
-
- de.hybris.platform.ondemandcommon.backoffice.helpers.OrderInfo
-
public class OrderInfo extends java.lang.Object
-
-
Constructor Summary
Constructors Constructor Description OrderInfo()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description java.util.List<OrderEntryInfo>getOrderEntryList()java.lang.StringgetTotalPrice()java.lang.StringgetTotalTax()java.lang.StringgetTotalWithTax()voidsetOrderEntryList(java.util.List<OrderEntryInfo> orderEntryList)voidsetTotalPrice(java.lang.String totalPrice)voidsetTotalTax(java.lang.String totalTax)voidsetTotalWithTax(java.lang.String totalWithTax)
-
-
-
Method Detail
-
getOrderEntryList
public java.util.List<OrderEntryInfo> getOrderEntryList()
- Returns:
- the orderEntryList
-
setOrderEntryList
public void setOrderEntryList(java.util.List<OrderEntryInfo> orderEntryList)
- Parameters:
orderEntryList- the orderEntryList to set
-
getTotalTax
public java.lang.String getTotalTax()
- Returns:
- the totalTax
-
setTotalTax
public void setTotalTax(java.lang.String totalTax)
- Parameters:
totalTax- the totalTax to set
-
getTotalPrice
public java.lang.String getTotalPrice()
- Returns:
- the totalPrice
-
setTotalPrice
public void setTotalPrice(java.lang.String totalPrice)
- Parameters:
totalPrice- the totalPrice to set
-
getTotalWithTax
public java.lang.String getTotalWithTax()
- Returns:
- the totalWithTax
-
setTotalWithTax
public void setTotalWithTax(java.lang.String totalWithTax)
- Parameters:
totalWithTax- the totalWithTax to set
-
-