Class ShippingMethodBean

java.lang.Object
com.softslate.commerce.businessobjects.core.BaseBusinessObject
com.softslate.commerce.businessobjects.shipping.ShippingMethodBean
All Implemented Interfaces:
BusinessObject, ShippingMethod, Serializable

public class ShippingMethodBean extends BaseBusinessObject implements ShippingMethod, Serializable
Object representing a shipping method within the system. ShippingMethodBean is the default implementation of the ShippingMethod interface for the application.

The database stores shipping methods in the sscShippingMethod table, and this interface can be used to represent a single row of that table. The Hibernate configuration file ShippingMethodBean.hbm.xml maps that table's columns to the properties in this object.

Author:
David Tobey
See Also: