© 2002 BEA Systems, Inc.


com.bea.commerce.ebusiness.price.engine.pool
Class OrderObjectImpl

java.lang.Object
  |
  +--com.bea.commerce.ebusiness.price.engine.pool.OrderObjectImpl

public class OrderObjectImpl
extends java.lang.Object
implements OrderObject

Interface to be implemented by 'orders' used as pool objects.


Constructor Summary
OrderObjectImpl(Pool pool, Quote quote, java.lang.String uid)
           
 
Method Summary
 Money getActualPrice()
          returns the current price of the object, which may be equal to the base price.
 Money getBasePrice()
          Corresponds to the subtotal for an order and the base price for shipping
 Pool getPool()
           
 java.lang.String getUID()
           
 java.lang.String toString()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Constructor Detail

OrderObjectImpl

public OrderObjectImpl(Pool pool,
                       Quote quote,
                       java.lang.String uid)
Method Detail

getBasePrice

public Money getBasePrice()
Corresponds to the subtotal for an order and the base price for shipping
Specified by:
getBasePrice in interface OrderObject

Returns:
Money a money object that represents the base price of the object.
See Also:
Money

getActualPrice

public Money getActualPrice()
returns the current price of the object, which may be equal to the base price.

Returns:
Money a money object that represents the current price of the object.
See Also:
Money

getPool

public Pool getPool()


getUID

public java.lang.String getUID()


toString

public java.lang.String toString()

Overrides:
toString in class java.lang.Object

© 2002 BEA Systems, Inc.

Copyright © 2002 BEA Systems, Inc. All Rights Reserved