|
© 2002 BEA Systems, Inc. | ||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: INNER | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Object | +--com.bea.commerce.ebusiness.price.quote.AdjustmentDescriptionImpl
Field Summary | |
static java.lang.String |
cName
|
Constructor Summary | |
AdjustmentDescriptionImpl(AdjustmentType type,
java.lang.String currency,
Money initialPrice,
Money endPrice,
Money adjustmentAmount,
java.lang.String computation,
java.lang.String reason,
java.lang.String id)
|
Method Summary | |
Money |
adjustmentAmount()
|
java.lang.String |
computation()
|
Money |
endPrice()
|
java.lang.String |
getCurrency()
|
java.lang.String |
id()
|
Money |
initialPrice()
|
java.lang.String |
reason()
|
java.lang.String |
toString()
|
static java.lang.String |
toString(java.util.Iterator it,
int size)
|
AdjustmentType |
type()
|
Methods inherited from class java.lang.Object |
clone,
equals,
finalize,
getClass,
hashCode,
notify,
notifyAll,
wait,
wait,
wait |
Field Detail |
public static final java.lang.String cName
Constructor Detail |
public AdjustmentDescriptionImpl(AdjustmentType type, java.lang.String currency, Money initialPrice, Money endPrice, Money adjustmentAmount, java.lang.String computation, java.lang.String reason, java.lang.String id)
Method Detail |
public AdjustmentType type()
public Money initialPrice()
public Money endPrice()
public Money adjustmentAmount()
public java.lang.String computation()
public java.lang.String reason()
public java.lang.String id()
public java.lang.String getCurrency()
public java.lang.String toString()
public static java.lang.String toString(java.util.Iterator it, int size)
|
© 2002 BEA Systems, Inc. | ||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: INNER | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |