AdjustmentDescriptionImpl Class

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

public class AdjustmentDescriptionImpl

    extends Object
    implements AdjustmentDescription

Hierarchy
Object
  AdjustmentDescriptionImpl
All Implemented Interfaces

AdjustmentDescription, Serializable
Direct Known Subclasses

UnitAdjustmentDescriptionImpl

Field Summary

public static final String
cName
String
 

Constructor Summary

AdjustmentDescriptionImpl(AdjustmentType type, String currency, Money initialPrice, Money endPrice, Money adjustmentAmount, String computation, String reason, String id)

 

Method Summary

public Money
adjustmentAmount()
public String
computation()
public Money
endPrice()
public String
getCurrency()
public String
id()
public Money
initialPrice()
public String
reason()
public String
toString()
public static String
toString(Iterator it, int size)
public AdjustmentType
type()
 
Methods from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
   
Methods from interface com.bea.commerce.ebusiness.price.quote.AdjustmentDescription
adjustmentAmount, computation, endPrice, getCurrency, id, initialPrice, reason, type
 

Field Detail

cName

public static final String cName

 

Constructor Detail

AdjustmentDescriptionImpl

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

Method Detail

adjustmentAmount() Method

public Money adjustmentAmount()

computation() Method

public String computation()

endPrice() Method

public Money endPrice()

getCurrency() Method

public String getCurrency()

id() Method

public String id()

initialPrice() Method

public Money initialPrice()

reason() Method

public String reason()

toString() Method

public String toString()
Overrides
Object.toString()

toString(Iterator, int) Method

public static String toString(Iterator it, 
                              int size)

type() Method

public AdjustmentType type()