UnitAdjustmentDescriptionImpl Class

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

public class UnitAdjustmentDescriptionImpl

    extends AdjustmentDescriptionImpl
    implements UnitAdjustmentDescription

Hierarchy
Object
  AdjustmentDescriptionImpl
    UnitAdjustmentDescriptionImpl
All Implemented Interfaces

AdjustmentDescription, Serializable, UnitAdjustmentDescription

Field Summary

   
Fields from  com.bea.commerce.ebusiness.price.quote.AdjustmentDescriptionImpl
cName
 

Constructor Summary

UnitAdjustmentDescriptionImpl(AdjustmentType type, String currency, Money initialPrice, Money endPrice, Money adjustmentAmount, String computation, String reason, String id, double quantity, Money initialUnitPrice, Money endUnitPrice, Money unitAdjustmentAmount)

 

Method Summary

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

Constructor Detail

UnitAdjustmentDescriptionImpl

public UnitAdjustmentDescriptionImpl(AdjustmentType type, 
                                     String currency, 
                                     Money initialPrice, 
                                     Money endPrice, 
                                     Money adjustmentAmount, 
                                     String computation, 
                                     String reason, 
                                     String id, 
                                     double quantity, 
                                     Money initialUnitPrice, 
                                     Money endUnitPrice, 
                                     Money unitAdjustmentAmount)
 

Method Detail

endUnitPrice() Method

public Money endUnitPrice()

initialUnitPrice() Method

public Money initialUnitPrice()

quantity() Method

public double quantity()

toString() Method

public String toString()
Overrides
AdjustmentDescriptionImpl.toString()

toString(Iterator, int) Method

public static String toString(Iterator it, 
                              int size)

unitAdjustmentAmount() Method

public Money unitAdjustmentAmount()