Class SkuAttributeImpl

java.lang.Object
org.broadleafcommerce.core.catalog.domain.SkuAttributeImpl
All Implemented Interfaces:
Serializable, MultiTenantCloneable<SkuAttribute>, ValueAssignable<String>, SkuAttribute

@Entity public class SkuAttributeImpl extends Object implements SkuAttribute
The Class SkuAttributeImpl is the default implementation of SkuAttribute. A SKU Attribute is a designator on a SKU that differentiates it from other similar SKUs (for example: Blue attribute for hat). If you want to add fields specific to your implementation of BroadLeafCommerce you should extend this class and add your fields. If you need to make significant changes to the SkuImpl then you should implement your own version of Sku.

This implementation uses a Hibernate implementation of JPA configured through annotations. The Entity references the following tables: BLC_SKU_ATTRIBUTES,
Author:
btaylor
See Also: