org.ojalgo.type.structure
Interface QuantityPriceAmountStructure

All Known Subinterfaces:
QuantityPriceAmountContent<C,I>

public interface QuantityPriceAmountStructure


Method Summary
 BigDecimal getAmount()
          quantity * price = amount
 Currency getCurrency()
           
 BigDecimal getPrice()
          quantity * price = amount
 BigDecimal getQuantity()
          quantity * price = amount
 

Method Detail

getAmount

BigDecimal getAmount()
quantity * price = amount

See Also:
StandardType.AMOUNT

getCurrency

Currency getCurrency()

getPrice

BigDecimal getPrice()
quantity * price = amount

See Also:
StandardType.PRICE

getQuantity

BigDecimal getQuantity()
quantity * price = amount

See Also:
StandardType.QUANTITY