AdjustmentDescription Interface

com.bea.commerce.ebusiness.price.quote
AdjustmentDescription Interface

public interface AdjustmentDescription

    extends Serializable

All Known Implementing Classes
AdjustmentDescriptionImpl, UnitAdjustmentDescriptionImpl
All Superinterfaces
Serializable
All Known Subinterfaces

UnitAdjustmentDescription

Method Summary

public Money
adjustmentAmount()
public String
computation()
public Money
endPrice()
public String
getCurrency()
public String
id()
public Money
initialPrice()
public String
reason()
public AdjustmentType
type()

Method Detail

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