com.bea.commerce.ebusiness.price.engine.pool
Interface OrderObject

All Superinterfaces
PoolObject
All Known Implementing Classes:
OrderObjectImpl, ShippingOrderObject

Deprecated

@Deprecated
public interface OrderObject
extends PoolObject

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


Method Summary
 Money getBasePrice()
          Deprecated Corresponds to the subtotal for an order and the base price for shipping
 
Methods inherited from interface com.bea.commerce.ebusiness.price.engine.pool.PoolObject
getActualPrice, getPool, getUID
 

Method Detail

getBasePrice

Money getBasePrice()
Deprecated 
Corresponds to the subtotal for an order and the base price for shipping

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


Copyright © 2000, 2009, Oracle and/or its affiliates. All rights reserved.
Oracle is a registered trademark of Oracle Corporation and/or its affiliates.
Other names may be trademarks of their respective owners.