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

All Superinterfaces
AdjustmentDescription, Serializable
All Known Implementing Classes:
UnitAdjustmentDescriptionImpl

public interface UnitAdjustmentDescription
extends AdjustmentDescription


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

Method Detail

quantity

double quantity()

initialUnitPrice

Money initialUnitPrice()

endUnitPrice

Money endUnitPrice()

unitAdjustmentAmount

Money unitAdjustmentAmount()


Copyright © 2006 BEA Systems, Inc. All Rights Reserved