|
Copyright © 2000, 2008, Oracle and/or its affiliates. All rights reserved. | ||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||
java.lang.Objectcom.bea.commerce.ebusiness.price.engine.pool.OrderObjectImpl
@Deprecated public class OrderObjectImpl
Interface to be implemented by 'orders' used as pool objects.
| Constructor Summary | |
|---|---|
OrderObjectImpl(Pool pool,
Quote quote,
String uid)
Deprecated |
|
| Method Summary | |
|---|---|
Money |
getActualPrice()
Deprecated returns the current price of the object, which may be equal to the base price. |
Money |
getBasePrice()
Deprecated Corresponds to the subtotal for an order and the base price for shipping |
Pool |
getPool()
Deprecated |
String |
getUID()
Deprecated Returns the unique identifying string for this object. |
String |
toString()
Deprecated |
| 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,
String uid)
| Method Detail |
|---|
public Money getBasePrice()
getBasePrice in interface OrderObjectMoneypublic Money getActualPrice()
getActualPrice in interface PoolObjectMoneypublic Pool getPool()
getPool in interface PoolObjectpublic String getUID()
PoolObject
getUID in interface PoolObjectpublic String toString()
toString in class Object
|
Copyright © 2000, 2008, Oracle and/or its affiliates. All rights reserved. | ||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||