UnitAdjustmentDescription Interface

com.bea.commerce.ebusiness.price.quote
UnitAdjustmentDescription Interface

public interface UnitAdjustmentDescription

    extends AdjustmentDescription

All Known Implementing Classes
UnitAdjustmentDescriptionImpl
All Superinterfaces
AdjustmentDescription, Serializable

Method Summary

public Money
endUnitPrice()
public Money
initialUnitPrice()
public double
quantity()
public Money
unitAdjustmentAmount()
 
Methods from interface com.bea.commerce.ebusiness.price.quote.AdjustmentDescription
adjustmentAmount, computation, endPrice, getCurrency, id, initialPrice, reason, type
   

Method Detail

endUnitPrice() Method

public Money endUnitPrice()

initialUnitPrice() Method

public Money initialUnitPrice()

quantity() Method

public double quantity()

unitAdjustmentAmount() Method

public Money unitAdjustmentAmount()