| 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 List<ProductAttribute> |
ProductImpl.productAttributes |
| Modifier and Type | Method and Description |
|---|---|
ProductAttribute |
ProductImpl.getProductAttributeByName(String name) |
ProductAttribute |
Product.getProductAttributeByName(String name)
Looks at all ProductAttributes for this product and returns the attribute that matches the given name
|
| Modifier and Type | Method and Description |
|---|---|
Map<String,ProductAttribute> |
ProductImpl.getMappedProductAttributes() |
Map<String,ProductAttribute> |
Product.getMappedProductAttributes() |
List<ProductAttribute> |
ProductImpl.getProductAttributes() |
List<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(List<ProductAttribute> productAttributes) |
void |
Product.setProductAttributes(List<ProductAttribute> productAttributes)
Sets a generic list of key-value pairs for Product
|
Copyright © 2014. All Rights Reserved.