PoolObject Interface

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

public interface PoolObject

All Known Implementing Classes
ItemObjectProxyImpl, OrderObjectImpl, ShippingOrderObject
All Known Subinterfaces

ItemObject, OrderObject

Method Summary

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

Method Detail

getActualPrice() Method

public Money getActualPrice()
returns the current price of the object

Returns

Money a money object that represents the current price of the current.

Related Topics

Money


getPool() Method

public Pool getPool()

getUID() Method

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

Returns

String unique identifying string for this PoolObject.