| Package | Description |
|---|---|
| io.konik.zugferd.entity |
ZUGFeRD entities.
|
| Modifier and Type | Method and Description |
|---|---|
ProductCharacteristic |
ProductCharacteristic.addDescription(String additionalDescription)
Sets the description.
|
ProductCharacteristic |
ProductCharacteristic.setMeasurand(Measure measurand)
Sets the measurand.
|
ProductCharacteristic |
ProductCharacteristic.setTypeCode(String typeCode)
Sets the type code.
|
ProductCharacteristic |
ProductCharacteristic.setValue(String value)
Sets the value.
|
| Modifier and Type | Method and Description |
|---|---|
List<ProductCharacteristic> |
Product.getCharacteristics()
Gets the characteristics.
|
| Modifier and Type | Method and Description |
|---|---|
Product |
Product.addCharacteristic(ProductCharacteristic characteristic)
Sets the characteristics.
|
Copyright © 2014-2016 Konik.io. All Rights Reserved.