OrderObject Interface

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

public interface OrderObject

    extends PoolObject

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


All Known Implementing Classes
OrderObjectImpl, ShippingOrderObject
All Superinterfaces
PoolObject

Method Summary

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

Method Detail

getBasePrice() Method

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.

Related Topics

Money