Class ProductReviewBean

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

public class ProductReviewBean extends BaseBusinessObject implements Serializable, ProductReview
Object representing a product review within the system.

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

Author:
Tony Zakula
See Also: