AdjustmentDescriptionImpl Class
- public class AdjustmentDescriptionImpl
extends Object
implements AdjustmentDescription
-
Hierarchy
-
Object
AdjustmentDescriptionImpl
-
All Implemented Interfaces
-
AdjustmentDescription, Serializable
-
Direct Known Subclasses
-
UnitAdjustmentDescriptionImpl
cName
public static final String cName
AdjustmentDescriptionImpl
public AdjustmentDescriptionImpl(AdjustmentType type,
String currency,
Money initialPrice,
Money endPrice,
Money adjustmentAmount,
String computation,
String reason,
String id)
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()