com.bea.commerce.ebusiness.price.quote
Class AdjustmentDescriptionImpl
java.lang.Object
|
+--com.bea.commerce.ebusiness.price.quote.AdjustmentDescriptionImpl
- All Implemented Interfaces:
- AdjustmentDescription, java.io.Serializable
- Direct Known Subclasses:
- UnitAdjustmentDescriptionImpl
- public class AdjustmentDescriptionImpl
- extends java.lang.Object
- implements AdjustmentDescription
- See Also:
- Serialized Form
Field Summary |
static java.lang.String |
cName
|
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait |
cName
public static final java.lang.String cName
AdjustmentDescriptionImpl
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)
type
public AdjustmentType type()
- Specified by:
type
in interface AdjustmentDescription
- Following copied from interface:
com.bea.commerce.ebusiness.price.quote.AdjustmentDescription
- Returns:
- the type of this adjustment
- See Also:
AdjustmentType
initialPrice
public Money initialPrice()
- Specified by:
initialPrice
in interface AdjustmentDescription
endPrice
public Money endPrice()
- Specified by:
endPrice
in interface AdjustmentDescription
adjustmentAmount
public Money adjustmentAmount()
- Specified by:
adjustmentAmount
in interface AdjustmentDescription
computation
public java.lang.String computation()
- Specified by:
computation
in interface AdjustmentDescription
reason
public java.lang.String reason()
- Specified by:
reason
in interface AdjustmentDescription
id
public java.lang.String id()
- Specified by:
id
in interface AdjustmentDescription
getCurrency
public java.lang.String getCurrency()
- Specified by:
getCurrency
in interface AdjustmentDescription
toString
public java.lang.String toString()
- Overrides:
toString
in class java.lang.Object
toString
public static java.lang.String toString(java.util.Iterator it,
int size)
Copyright © 2001 BEA Systems, Inc. All Rights Reserved