© 2005 BEA Systems, Inc.

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

java.lang.Object
  extended bycom.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:
Constant Field Values
Constructor Detail

AdjustmentDescriptionImpl

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

adjustmentAmount

public Money adjustmentAmount()
Specified by:
adjustmentAmount in interface AdjustmentDescription

computation

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

endPrice

public Money endPrice()
Specified by:
endPrice in interface AdjustmentDescription

getCurrency

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

id

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

initialPrice

public Money initialPrice()
Specified by:
initialPrice in interface AdjustmentDescription

reason

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

toString

public String toString()

toString

public static String toString(Iterator it,
                              int size)

type

public AdjustmentType type()
Specified by:
type in interface AdjustmentDescription
Returns:
the type of this adjustment
See Also:
AdjustmentType

© 2005 BEA Systems, Inc.

Copyright © 2005 BEA Systems, Inc. All Rights Reserved