| Package | Description |
|---|---|
| org.broadleafcommerce.core.catalog.domain |
| Modifier and Type | Class and Description |
|---|---|
class |
ProductAttributeImpl
The Class ProductAttributeImpl.
|
| Modifier and Type | Field and Description |
|---|---|
protected Map<String,ProductAttribute> |
ProductImpl.productAttributes |
| Modifier and Type | Method and Description |
|---|---|
Map<String,ProductAttribute> |
ProductImpl.getProductAttributes() |
Map<String,ProductAttribute> |
Product.getProductAttributes()
Generic key-value pair of attributes to associate to this Product for maximum
extensibility.
|
| Modifier and Type | Method and Description |
|---|---|
void |
ProductImpl.setProductAttributes(Map<String,ProductAttribute> productAttributes) |
void |
Product.setProductAttributes(Map<String,ProductAttribute> productAttributes)
Sets a generic list of key-value pairs for Product
|
Copyright © 2015. All Rights Reserved.