public interface QuantityPriceAmountStructure
Modifier and Type | Interface and Description |
---|---|
static class |
QuantityPriceAmountStructure.Logic |
Modifier and Type | Method and Description |
---|---|
BigDecimal |
getAmount()
quantity * price = amount
|
Currency |
getCurrency() |
BigDecimal |
getPrice()
quantity * price = amount
|
BigDecimal |
getQuantity()
quantity * price = amount
|
BigDecimal getAmount()
StandardType.AMOUNT
Currency getCurrency()
BigDecimal getPrice()
StandardType.PRICE
BigDecimal getQuantity()
StandardType.QUANTITY