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

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

Deprecated

@Deprecated
public interface PoolObject


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

Method Detail

getUID

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

Returns
String unique identifying string for this PoolObject.

getActualPrice

Money getActualPrice()
Deprecated 
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()
Deprecated 


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.