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

All Known Subinterfaces:
ItemObject, OrderObject
All Known Implementing Classes:
ItemObjectProxyImpl, OrderObjectImpl, ShippingOrderObject

public interface PoolObject


Method Summary
 Money getActualPrice()
          returns the current price of the object
 Pool getPool()
           
 String getUID()
          Returns the unique identifying string for this object.
 

Method Detail

getUID

String getUID()
Returns the unique identifying string for this object.

Returns
String unique identifying string for this PoolObject.

getActualPrice

Money getActualPrice()
returns the current price of the object

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

getPool

Pool getPool()


Copyright © 2006 BEA Systems, Inc. All Rights Reserved