|
© 2002 BEA Systems, Inc. | ||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: INNER | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Object | +--com.bea.commerce.ebusiness.price.engine.pool.OrderObjectImpl
Interface to be implemented by 'orders' used as pool objects.
Constructor Summary | |
OrderObjectImpl(Pool pool,
Quote quote,
java.lang.String uid)
|
Method Summary | |
Money |
getActualPrice()
returns the current price of the object, which may be equal to the base price. |
Money |
getBasePrice()
Corresponds to the subtotal for an order and the base price for shipping |
Pool |
getPool()
|
java.lang.String |
getUID()
|
java.lang.String |
toString()
|
Methods inherited from class java.lang.Object |
clone,
equals,
finalize,
getClass,
hashCode,
notify,
notifyAll,
wait,
wait,
wait |
Constructor Detail |
public OrderObjectImpl(Pool pool, Quote quote, java.lang.String uid)
Method Detail |
public Money getBasePrice()
Money
public Money getActualPrice()
Money
public Pool getPool()
public java.lang.String getUID()
public java.lang.String toString()
|
© 2002 BEA Systems, Inc. | ||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: INNER | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |