| Package | Description |
|---|---|
| org.broadleafcommerce.core.catalog.domain |
| Modifier and Type | Class and Description |
|---|---|
class |
SkuAttributeImpl
The Class SkuAttributeImpl is the default implementation of
SkuAttribute. |
| Modifier and Type | Field and Description |
|---|---|
protected Map<String,SkuAttribute> |
SkuImpl.skuAttributes |
| Modifier and Type | Method and Description |
|---|---|
Map<String,SkuAttribute> |
SkuImpl.getSkuAttributes() |
Map<String,SkuAttribute> |
Sku.getSkuAttributes()
Denormalized set of key-value pairs to attach to a Sku.
|
| Modifier and Type | Method and Description |
|---|---|
void |
SkuImpl.setSkuAttributes(Map<String,SkuAttribute> skuAttributes) |
void |
Sku.setSkuAttributes(Map<String,SkuAttribute> skuAttributes)
Sets the denormalized set of key-value pairs on a Sku
|
Copyright © 2015. All Rights Reserved.