© 2003 BEA Systems, Inc.

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

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

initialPrice

public Money initialPrice()

endPrice

public Money endPrice()

adjustmentAmount

public Money adjustmentAmount()

computation

public String computation()

reason

public String reason()

id

public String id()

getCurrency

public String getCurrency()

© 2003 BEA Systems, Inc.

Copyright © 2003 BEA Systems, Inc. All Rights Reserved