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

public class SKUBean extends BaseBusinessObject implements SKU, Serializable
Object representing a sku within the system. A sku corresponds to a Product, a Product and any combination of Attributes and Options, or an Attribute and its Options, independent of any products. It is used for tracking inventory and can it also be associated with discounts. (SKU stands for "stock keeping unit".) SKUBean is the default implementation of the SKU interface for the application.

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

Author:
David Tobey
See Also: