UnitAdjustmentDescriptionImpl Class
- public class UnitAdjustmentDescriptionImpl
extends AdjustmentDescriptionImpl
implements UnitAdjustmentDescription
-
Hierarchy
-
Object
AdjustmentDescriptionImpl
UnitAdjustmentDescriptionImpl
-
All Implemented Interfaces
-
AdjustmentDescription, Serializable, UnitAdjustmentDescription
-
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)
|
Methods from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
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)
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()