com.bea.commerce.ebusiness.price.quote
Class AdjustmentDescriptionImpl

java.lang.Object
  extended by com.bea.commerce.ebusiness.price.quote.AdjustmentDescriptionImpl
All Implemented Interfaces
AdjustmentDescription, Serializable
Direct Known Subclasses:
UnitAdjustmentDescriptionImpl

Deprecated

@Deprecated
public class AdjustmentDescriptionImpl
extends Object
implements AdjustmentDescription

See Also
Serialized Form

Field Summary
static String cName
          Deprecated  
 
Constructor Summary
AdjustmentDescriptionImpl(AdjustmentType type, String currency, Money initialPrice, Money endPrice, Money adjustmentAmount, String computation, String reason, String id)
          Deprecated  
 
Method Summary
 Money adjustmentAmount()
          Deprecated  
 String computation()
          Deprecated  
 Money endPrice()
          Deprecated  
 String getCurrency()
          Deprecated  
 String id()
          Deprecated  
 Money initialPrice()
          Deprecated  
 String reason()
          Deprecated  
 String toString()
          Deprecated  
static String toString(Iterator it, int size)
          Deprecated  
 AdjustmentType type()
          Deprecated  
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Field Detail

cName

public static final String cName
Deprecated 
See Also
Constants Summary
Constructor Detail

AdjustmentDescriptionImpl

public AdjustmentDescriptionImpl(AdjustmentType type,
                                 String currency,
                                 Money initialPrice,
                                 Money endPrice,
                                 Money adjustmentAmount,
                                 String computation,
                                 String reason,
                                 String id)
Deprecated 
Method Detail

type

public AdjustmentType type()
Deprecated 
Specified by:
type in interface AdjustmentDescription
Returns
the type of this adjustment
See Also
AdjustmentType

initialPrice

public Money initialPrice()
Deprecated 
Specified by:
initialPrice in interface AdjustmentDescription

endPrice

public Money endPrice()
Deprecated 
Specified by:
endPrice in interface AdjustmentDescription

adjustmentAmount

public Money adjustmentAmount()
Deprecated 
Specified by:
adjustmentAmount in interface AdjustmentDescription

computation

public String computation()
Deprecated 
Specified by:
computation in interface AdjustmentDescription

reason

public String reason()
Deprecated 
Specified by:
reason in interface AdjustmentDescription

id

public String id()
Deprecated 
Specified by:
id in interface AdjustmentDescription

getCurrency

public String getCurrency()
Deprecated 
Specified by:
getCurrency in interface AdjustmentDescription

toString

public String toString()
Deprecated 
Overrides:
toString in class Object

toString

public static String toString(Iterator it,
                              int size)
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.