© 2002 BEA Systems, Inc.


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

All Known Subinterfaces:
ItemObject, OrderObject

public interface PoolObject


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

Method Detail

getUID

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

Returns:
String unique identifying string for this PoolObject.

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()

© 2002 BEA Systems, Inc.

Copyright © 2002 BEA Systems, Inc. All Rights Reserved