Class BasicTaxRateBean

java.lang.Object
com.softslate.commerce.businessobjects.core.BaseBusinessObject
com.softslate.commerce.businessobjects.tax.BasicTaxRateBean
All Implemented Interfaces:
BusinessObject, BasicTaxRate, Serializable

public class BasicTaxRateBean extends BaseBusinessObject implements BasicTaxRate, Serializable
Object representing a basic tax rate within the system. BasicTaxRateBean is the default implementation of the BasicTaxRate interface for the application.

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

Author:
David Tobey
See Also: