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

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

Deprecated See BEA Commerce product offering

@Deprecated
public interface PoolObject


Method Summary
 Money getActualPrice()
          Deprecated See BEA Commerce product offering
 Pool getPool()
          Deprecated See BEA Commerce product offering
 String getUID()
          Deprecated See BEA Commerce product offering
 

Method Detail

getUID

String getUID()
Deprecated See BEA Commerce product offering

Returns the unique identifying string for this object.

Returns
String unique identifying string for this PoolObject.

getActualPrice

Money getActualPrice()
Deprecated See BEA Commerce product offering

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 See BEA Commerce product offering



Copyright © 2008 BEA Systems, Inc. All Rights Reserved