© 2002 BEA Systems, Inc.


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

All Known Subinterfaces:
UnitAdjustmentDescription
All Known Implementing Classes:
AdjustmentDescriptionImpl

public interface AdjustmentDescription
extends java.io.Serializable


Method Summary
 Money adjustmentAmount()
           
 java.lang.String computation()
           
 Money endPrice()
           
 java.lang.String getCurrency()
           
 java.lang.String id()
           
 Money initialPrice()
           
 java.lang.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 java.lang.String computation()


reason

public java.lang.String reason()


id

public java.lang.String id()


getCurrency

public java.lang.String getCurrency()


© 2002 BEA Systems, Inc.

Copyright © 2002 BEA Systems, Inc. All Rights Reserved