| Package | Description |
|---|---|
| io.konik.csv.model |
| Modifier and Type | Method and Description |
|---|---|
Row.Item |
Row.Item.setName(String name) |
Row.Item |
Row.Item.setQuantity(BigDecimal quantity) |
Row.Item |
Row.Item.setTaxPercent(BigDecimal taxPercent) |
Row.Item |
Row.Item.setUnit(UnitOfMeasurement unit) |
Row.Item |
Row.Item.setUnitPrice(BigDecimal unitPrice) |
| Modifier and Type | Method and Description |
|---|---|
List<Row.Item> |
Row.getItems() |
| Modifier and Type | Method and Description |
|---|---|
void |
Row.setItems(List<Row.Item> items) |
Copyright © 2014-2016 Konik.io. All Rights Reserved.