Class InvoiceItemsData
java.lang.Object
de.hybris.platform.sap.sapinvoiceaddon.document.data.InvoiceItemsData
- All Implemented Interfaces:
Serializable
- See Also:
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionvoidsetEntries(List<InvoiceItemData> entries) voidsetGrandTotal(PriceData grandTotal) voidsetNetValue(PriceData netValue) voidsetOverAllTax(PriceData overAllTax)
-
Constructor Details
-
InvoiceItemsData
public InvoiceItemsData()
-
-
Method Details
-
setOverAllTax
-
getOverAllTax
-
setGrandTotal
-
getGrandTotal
-
setNetValue
-
getNetValue
-
setEntries
-
getEntries
-