|
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.ShippingOrderObject
@Deprecated public class ShippingOrderObject
Interface to be implemented by 'orders' used as pool objects.
| Constructor Summary | |
|---|---|
ShippingOrderObject(Pool pool,
Quote quote,
String uid)
Deprecated |
|
| Method Summary | |
|---|---|
Money |
getActualPrice()
Deprecated returns the current price of the object |
Money |
getBasePrice()
Deprecated Corresponds to 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 ShippingOrderObject(Pool pool,
Quote quote,
String uid)
| Method Detail |
|---|
public Money getBasePrice()
getBasePrice in interface OrderObjectMoneypublic Money getActualPrice()
PoolObject
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 | ||||||||