| 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 List<SkuAttribute> |
SkuImpl.skuAttributes |
| Modifier and Type | Method and Description |
|---|---|
SkuAttribute |
SkuImpl.getSkuAttributeByName(String name) |
SkuAttribute |
Sku.getSkuAttributeByName(String name)
Convenience method to return a given sku attribute by its name
|
| Modifier and Type | Method and Description |
|---|---|
Map<String,SkuAttribute> |
SkuImpl.getMappedSkuAttributes() |
Map<String,SkuAttribute> |
Sku.getMappedSkuAttributes() |
List<SkuAttribute> |
SkuImpl.getSkuAttributes() |
List<SkuAttribute> |
Sku.getSkuAttributes()
Denormalized set of key-value pairs to attach to a Sku.
|
| Modifier and Type | Method and Description |
|---|---|
void |
SkuImpl.setSkuAttributes(List<SkuAttribute> skuAttributes) |
void |
Sku.setSkuAttributes(List<SkuAttribute> skuAttributes)
Sets the denormalized set of key-value pairs on a Sku
|
Copyright © 2014. All Rights Reserved.