Class RelatedProductBean

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

public class RelatedProductBean extends BaseBusinessObject implements RelatedProduct, Serializable
Object representing a related product in the system. RelatedProductBean is the default implementation of the RelatedProduct interface for the application.

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

Author:
David Tobey
See Also: