Class ShippingRateBean

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

public class ShippingRateBean extends BaseBusinessObject implements ShippingRate, Serializable
Object representing a shipping rate within the system. ShippingRateBean is the default implementation of the ShippingRate interface for the application.

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

Author:
David Tobey
See Also: