com.bea.commerce.ebusiness.price.engine.pool
Class ShippingOrderObject

java.lang.Object
  extended by com.bea.commerce.ebusiness.price.engine.pool.ShippingOrderObject
All Implemented Interfaces
OrderObject, PoolObject

Deprecated

@Deprecated
public class ShippingOrderObject
extends Object
implements OrderObject

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

ShippingOrderObject

public ShippingOrderObject(Pool pool,
                           Quote quote,
                           String uid)
Deprecated 
Method Detail

getBasePrice

public Money getBasePrice()
Deprecated 
Corresponds to the base price for shipping.

Specified by:
getBasePrice in interface OrderObject
Returns
Money a money object that represents the base price of the object.
See Also
Money

getActualPrice

public Money getActualPrice()
Deprecated 
Description copied from interface: PoolObject
returns the current price of the object

Specified by:
getActualPrice in interface PoolObject
Returns
Money a money object that represents the current price of the current.
See Also
Money

getPool

public Pool getPool()
Deprecated 
Specified by:
getPool in interface PoolObject

getUID

public String getUID()
Deprecated 
Description copied from interface: PoolObject
Returns the unique identifying string for this object.

Specified by:
getUID in interface PoolObject
Returns
String unique identifying string for this PoolObject.

toString

public String toString()
Deprecated 
Overrides:
toString in class Object


Copyright © 2000, 2009, Oracle and/or its affiliates. All rights reserved.
Oracle is a registered trademark of Oracle Corporation and/or its affiliates.
Other names may be trademarks of their respective owners.