© 2005 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

adjustmentAmount

public Money adjustmentAmount()

computation

public String computation()

endPrice

public Money endPrice()

getCurrency

public String getCurrency()

id

public String id()

initialPrice

public Money initialPrice()

reason

public String reason()

type

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

© 2005 BEA Systems, Inc.

Copyright © 2005 BEA Systems, Inc. All Rights Reserved