Class AttributeBean

java.lang.Object
com.softslate.commerce.businessobjects.core.BaseBusinessObject
com.softslate.commerce.businessobjects.product.AttributeBean
All Implemented Interfaces:
BusinessObject, Attribute, Serializable

public class AttributeBean extends BaseBusinessObject implements Attribute, Serializable
Object representing a attribute within the system. AttributeBean is the default implementation of the Attribute interface for the application.

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

Author:
David Tobey
See Also: