© 2005 BEA Systems, Inc.

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

All Superinterfaces:
PoolObject
All Known Implementing Classes:
OrderObjectImpl, ShippingOrderObject

public interface OrderObject
extends PoolObject

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


Method Summary
 Money getBasePrice()
          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

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

© 2005 BEA Systems, Inc.

Copyright © 2005 BEA Systems, Inc. All Rights Reserved