Class ProductAttributeBean

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

public class ProductAttributeBean extends BaseBusinessObject implements ProductAttribute, Serializable
Object representing an attribute under a product in the system. ProductAttributeBean is the default implementation of the ProductAttribute interface for the application.

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

Author:
David Tobey
See Also: