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
ShippingOrderObject
public ShippingOrderObject(Pool pool,
Quote quote,
String uid)
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()