ShippingOrderObject Class

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

public class ShippingOrderObject

    extends Object
    implements OrderObject

Interface to be implemented by 'orders' used as pool objects.


Hierarchy
Object
  ShippingOrderObject
All Implemented Interfaces

OrderObject, PoolObject

Constructor Summary

ShippingOrderObject(Pool pool, Quote quote, String uid)

 

Method Summary

public Money
getActualPrice()
returns the current price of the object
public Money
getBasePrice()
Corresponds to the base price for shipping.
public Pool
getPool()
public String
getUID()
Returns the unique identifying string for this object.
public String
toString()
 
Methods from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
   
Methods from interface com.bea.commerce.ebusiness.price.engine.pool.OrderObject
getBasePrice
 
Methods from interface com.bea.commerce.ebusiness.price.engine.pool.PoolObject
getActualPrice, getPool, getUID
 

Constructor Detail

ShippingOrderObject

public ShippingOrderObject(Pool pool, 
                           Quote quote, 
                           String uid)
 

Method Detail

getActualPrice() Method

public Money getActualPrice()
Description copied from PoolObject.getActualPrice()
returns the current price of the object

Returns

Money a money object that represents the current price of the current.

getBasePrice() Method

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

Returns

Money a money object that represents the base price of the object.

Related Topics

Money


getPool() Method

public Pool getPool()

getUID() Method

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

Returns

String unique identifying string for this PoolObject.

toString() Method

public String toString()
Overrides
Object.toString()