Class InvoiceItemsData
- java.lang.Object
-
- de.hybris.platform.sap.sapinvoiceaddon.document.data.InvoiceItemsData
-
- All Implemented Interfaces:
java.io.Serializable
public class InvoiceItemsData extends java.lang.Object implements java.io.Serializable- See Also:
- Serialized Form
-
-
Constructor Summary
Constructors Constructor Description InvoiceItemsData()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description java.util.List<InvoiceItemData>getEntries()PriceDatagetGrandTotal()PriceDatagetNetValue()PriceDatagetOverAllTax()voidsetEntries(java.util.List<InvoiceItemData> entries)voidsetGrandTotal(PriceData grandTotal)voidsetNetValue(PriceData netValue)voidsetOverAllTax(PriceData overAllTax)
-
-
-
Method Detail
-
setOverAllTax
public void setOverAllTax(PriceData overAllTax)
-
getOverAllTax
public PriceData getOverAllTax()
-
setGrandTotal
public void setGrandTotal(PriceData grandTotal)
-
getGrandTotal
public PriceData getGrandTotal()
-
setNetValue
public void setNetValue(PriceData netValue)
-
getNetValue
public PriceData getNetValue()
-
setEntries
public void setEntries(java.util.List<InvoiceItemData> entries)
-
getEntries
public java.util.List<InvoiceItemData> getEntries()
-
-