| Package | Description |
|---|---|
| io.konik.zugferd.entity |
ZUGFeRD entities.
|
| io.konik.zugferd.entity.trade.item |
Contains the model entities that are part of invoice→trade→item
|
| Modifier and Type | Method and Description |
|---|---|
Product |
Product.addCharacteristic(ProductCharacteristic characteristic)
Sets the characteristics.
|
Product |
Product.addClassification(ProductClassification classification)
Add an additional classifications.
|
Product |
Product.addContainedProducts(ReferencedProduct containedProduct)
add an contained products.
|
Product |
Product.addOrigins(com.neovisionaries.i18n.CountryCode originCountry)
Adds a origin trade country.
|
Product |
Product.setBuyerAssignedId(String buyerAssignedId)
Sets the buyer assigned id.
|
Product |
Product.setDescription(String description)
Sets the description.
|
Product |
Product.setGlobalId(ID productGlobalId)
Sets the global id.
|
Product |
Product.setName(String name)
Sets the product name.
|
Product |
Product.setSellerAssignedId(String sellerAssignedId)
Sets the seller assigned id.
|
| Modifier and Type | Method and Description |
|---|---|
Product |
Item.getProduct()
Gets the trade product.
|
| Modifier and Type | Method and Description |
|---|---|
Item |
Item.setProduct(Product newProduct)
Sets the trade product.
|
Copyright © 2014-2016 Konik.io. All Rights Reserved.