© 2004 BEA Systems, Inc.

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

getActualPrice

public 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

public Pool getPool()

getUID

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

Returns:
String unique identifying string for this PoolObject.

© 2004 BEA Systems, Inc.

Copyright © 2004 BEA Systems, Inc. All Rights Reserved