|
Copyright © 2008 BEA Systems, Inc. All Rights Reserved | ||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectcom.bea.commerce.ebusiness.price.quote.AdjustmentDescriptionImpl
@Deprecated public class AdjustmentDescriptionImpl
Field Summary | |
---|---|
static String |
cName
Deprecated See BEA Commerce product offering |
Constructor Summary | |
---|---|
AdjustmentDescriptionImpl(AdjustmentType type,
String currency,
Money initialPrice,
Money endPrice,
Money adjustmentAmount,
String computation,
String reason,
String id)
Deprecated See BEA Commerce product offering |
Method Summary | |
---|---|
Money |
adjustmentAmount()
Deprecated See BEA Commerce product offering |
String |
computation()
Deprecated See BEA Commerce product offering |
Money |
endPrice()
Deprecated See BEA Commerce product offering |
String |
getCurrency()
Deprecated See BEA Commerce product offering |
String |
id()
Deprecated See BEA Commerce product offering |
Money |
initialPrice()
Deprecated See BEA Commerce product offering |
String |
reason()
Deprecated See BEA Commerce product offering |
String |
toString()
Deprecated See BEA Commerce product offering |
static String |
toString(Iterator it,
int size)
Deprecated See BEA Commerce product offering |
AdjustmentType |
type()
Deprecated See BEA Commerce product offering |
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait |
Field Detail |
---|
public static final String cName
Constructor Detail |
---|
public AdjustmentDescriptionImpl(AdjustmentType type, String currency, Money initialPrice, Money endPrice, Money adjustmentAmount, String computation, String reason, String id)
Method Detail |
---|
public AdjustmentType type()
type
in interface AdjustmentDescription
AdjustmentType
public Money initialPrice()
initialPrice
in interface AdjustmentDescription
public Money endPrice()
endPrice
in interface AdjustmentDescription
public Money adjustmentAmount()
adjustmentAmount
in interface AdjustmentDescription
public String computation()
computation
in interface AdjustmentDescription
public String reason()
reason
in interface AdjustmentDescription
public String id()
id
in interface AdjustmentDescription
public String getCurrency()
getCurrency
in interface AdjustmentDescription
public String toString()
toString
in class Object
public static String toString(Iterator it, int size)
|
Copyright © 2008 BEA Systems, Inc. All Rights Reserved | ||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |