com.bea.commerce.ebusiness.price.engine.pool
Class ShippingOrderObject
java.lang.Object
|
+--com.bea.commerce.ebusiness.price.engine.pool.ShippingOrderObject
- public class ShippingOrderObject
- extends java.lang.Object
- implements OrderObject
Interface to be implemented by 'orders' used as pool objects.
Methods inherited from class java.lang.Object |
clone,
equals,
finalize,
getClass,
hashCode,
notify,
notifyAll,
wait,
wait,
wait |
ShippingOrderObject
public ShippingOrderObject(Pool pool,
Quote quote,
java.lang.String uid)
getBasePrice
public Money getBasePrice()
- 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()
getPool
public Pool getPool()
getUID
public java.lang.String getUID()
toString
public java.lang.String toString()
- Overrides:
- toString in class java.lang.Object
Copyright © 2002 BEA Systems, Inc. All Rights Reserved