AdjustmentDescription Interface
- public interface AdjustmentDescription
extends Serializable
-
All Known Implementing Classes
-
AdjustmentDescriptionImpl, UnitAdjustmentDescriptionImpl
-
All Superinterfaces
-
Serializable
-
All Known Subinterfaces
-
UnitAdjustmentDescription
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()
type() Method
public AdjustmentType type()
Returns
- the type of this adjustment
Related Topics
AdjustmentType