| 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> |
Sku.getSkuAttributes()
Denormalized set of key-value pairs to attach to a Sku.
|
Map<String,SkuAttribute> |
SkuImpl.getSkuAttributes() |
| Modifier and Type | Method and Description |
|---|---|
void |
Sku.setSkuAttributes(Map<String,SkuAttribute> skuAttributes)
Sets the denormalized set of key-value pairs on a Sku
|
void |
SkuImpl.setSkuAttributes(Map<String,SkuAttribute> skuAttributes) |
Copyright © 2019. All rights reserved.