| Package | Description |
|---|---|
| org.mustangproject | |
| org.mustangproject.ZUGFeRD |
| Modifier and Type | Method and Description |
|---|---|
Item |
Item.addAllowance(IZUGFeRDAllowanceCharge izac)
Adds a item level reduction the price (will be multiplied by quantity)
|
Item |
Item.addCharge(IZUGFeRDAllowanceCharge izac)
Adds a item level addition to the price (will be multiplied by quantity)
|
Item |
Item.addNote(java.lang.String text)
adds item level freetext fields (includednote)
|
Item |
Item.addReferencedDocument(ReferencedDocument doc)
adds item level Referenced documents along with their typecodes and issuerassignedIDs
|
Item |
Item.addReferencedLineID(java.lang.String s) |
Item |
Item.setDetailedDeliveryPeriod(java.util.Date from,
java.util.Date to)
specify a item level delivery period
(apart from the document level delivery period, and the document level
delivery day, which is probably anyway required)
|
Item |
Item.setGrossPrice(java.math.BigDecimal grossPrice)
the list price without VAT (sic!)
|
Item |
Item.setId(java.lang.String id) |
Item |
Item.setLineTotalAmount(java.math.BigDecimal lineTotalAmount)
should only be set by calculator classes or maybe when reading from XML
|
Item |
Item.setPrice(java.math.BigDecimal price) |
Item |
Item.setProduct(Product product) |
Item |
Item.setQuantity(java.math.BigDecimal quantity) |
Item |
Item.setTax(java.math.BigDecimal tax) |
| Modifier and Type | Method and Description |
|---|---|
java.util.List<Item> |
ZUGFeRDImporter.getLineItemList()
returns a list of LineItems
|
Copyright © 2023. All rights reserved.