© 2002 BEA Systems, Inc.


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

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

public class ShippingOrderObject
extends java.lang.Object
implements OrderObject

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


Constructor Summary
ShippingOrderObject(Pool pool, Quote quote, java.lang.String uid)
           
 
Method Summary
 Money getActualPrice()
           
 Money getBasePrice()
          Corresponds to 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

ShippingOrderObject

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

getBasePrice

public Money getBasePrice()
Corresponds to 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()


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