com.bea.commerce.ebusiness.price.quote
Class AdjustmentDescriptionImpl

java.lang.Object
  extended by com.bea.commerce.ebusiness.price.quote.AdjustmentDescriptionImpl
All Implemented Interfaces
AdjustmentDescription, Serializable
Direct Known Subclasses:
UnitAdjustmentDescriptionImpl

public class AdjustmentDescriptionImpl
extends Object
implements AdjustmentDescription

See Also
Serialized Form

Field Summary
static String cName
           
 
Constructor Summary
AdjustmentDescriptionImpl(AdjustmentType type, String currency, Money initialPrice, Money endPrice, Money adjustmentAmount, String computation, String reason, String id)
           
 
Method Summary
 Money adjustmentAmount()
           
 String computation()
           
 Money endPrice()
           
 String getCurrency()
           
 String id()
           
 Money initialPrice()
           
 String reason()
           
 String toString()
           
static String toString(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

cName

public static final String cName
See Also
Constants Summary
Constructor Detail

AdjustmentDescriptionImpl

public AdjustmentDescriptionImpl(AdjustmentType type,
                                 String currency,
                                 Money initialPrice,
                                 Money endPrice,
                                 Money adjustmentAmount,
                                 String computation,
                                 String reason,
                                 String id)
Method Detail

type

public AdjustmentType type()
Specified by:
type in interface 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 String computation()
Specified by:
computation in interface AdjustmentDescription

reason

public String reason()
Specified by:
reason in interface AdjustmentDescription

id

public String id()
Specified by:
id in interface AdjustmentDescription

getCurrency

public String getCurrency()
Specified by:
getCurrency in interface AdjustmentDescription

toString

public String toString()
Overrides:
toString in class Object

toString

public static String toString(Iterator it,
                              int size)


Copyright © 2006 BEA Systems, Inc. All Rights Reserved