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

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

Deprecated

@Deprecated
public interface AdjustmentDescription
extends Serializable


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

Method Detail

type

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

initialPrice

Money initialPrice()
Deprecated 

endPrice

Money endPrice()
Deprecated 

adjustmentAmount

Money adjustmentAmount()
Deprecated 

computation

String computation()
Deprecated 

reason

String reason()
Deprecated 

id

String id()
Deprecated 

getCurrency

String getCurrency()
Deprecated 


Copyright © 2000, 2009, Oracle and/or its affiliates. All rights reserved.
Oracle is a registered trademark of Oracle Corporation and/or its affiliates.
Other names may be trademarks of their respective owners.