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

public class OptionBean extends BaseBusinessObject implements Option, Serializable
Object representing a option within the system. OptionBean is the default implementation of the Option interface for the application.

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

Author:
David Tobey
See Also: