com.bea.commerce.ebusiness.price.quote
Class UnitAdjustmentDescriptionImpl
java.lang.Object
|
+--com.bea.commerce.ebusiness.price.quote.AdjustmentDescriptionImpl
|
+--com.bea.commerce.ebusiness.price.quote.UnitAdjustmentDescriptionImpl
- All Implemented Interfaces:
- AdjustmentDescription, java.io.Serializable, UnitAdjustmentDescription
- public class UnitAdjustmentDescriptionImpl
- extends AdjustmentDescriptionImpl
- implements UnitAdjustmentDescription
- See Also:
- Serialized Form
Constructor Summary |
UnitAdjustmentDescriptionImpl(AdjustmentType type,
java.lang.String currency,
Money initialPrice,
Money endPrice,
Money adjustmentAmount,
java.lang.String computation,
java.lang.String reason,
java.lang.String id,
double quantity,
Money initialUnitPrice,
Money endUnitPrice,
Money unitAdjustmentAmount)
|
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait |
UnitAdjustmentDescriptionImpl
public UnitAdjustmentDescriptionImpl(AdjustmentType type,
java.lang.String currency,
Money initialPrice,
Money endPrice,
Money adjustmentAmount,
java.lang.String computation,
java.lang.String reason,
java.lang.String id,
double quantity,
Money initialUnitPrice,
Money endUnitPrice,
Money unitAdjustmentAmount)
quantity
public double quantity()
- Specified by:
quantity
in interface UnitAdjustmentDescription
initialUnitPrice
public Money initialUnitPrice()
- Specified by:
initialUnitPrice
in interface UnitAdjustmentDescription
endUnitPrice
public Money endUnitPrice()
- Specified by:
endUnitPrice
in interface UnitAdjustmentDescription
unitAdjustmentAmount
public Money unitAdjustmentAmount()
- Specified by:
unitAdjustmentAmount
in interface UnitAdjustmentDescription
toString
public java.lang.String toString()
- Overrides:
toString
in class AdjustmentDescriptionImpl
toString
public static java.lang.String toString(java.util.Iterator it,
int size)
Copyright © 2001 BEA Systems, Inc. All Rights Reserved