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

All Superinterfaces
Serializable
All Known Subinterfaces:
UnitAdjustmentDescription
All Known Implementing Classes:
AdjustmentDescriptionImpl, UnitAdjustmentDescriptionImpl

public interface AdjustmentDescription
extends Serializable


Method Summary
 Money adjustmentAmount()
           
 String computation()
           
 Money endPrice()
           
 String getCurrency()
           
 String id()
           
 Money initialPrice()
           
 String reason()
           
 AdjustmentType type()
           
 

Method Detail

type

AdjustmentType type()
Returns
the type of this adjustment
See Also
AdjustmentType

initialPrice

Money initialPrice()

endPrice

Money endPrice()

adjustmentAmount

Money adjustmentAmount()

computation

String computation()

reason

String reason()

id

String id()

getCurrency

String getCurrency()


Copyright © 2006 BEA Systems, Inc. All Rights Reserved