Uses of Class
com.broadleafcommerce.cartoperation.domain.Attribute
- 
Packages that use Attribute Package Description com.broadleafcommerce.cartoperation.domain  - 
- 
Uses of Attribute in com.broadleafcommerce.cartoperation.domain
Methods in com.broadleafcommerce.cartoperation.domain that return types with arguments of type Attribute Modifier and Type Method Description Map<String,Attribute>Product. getAttributes()Dynamic attributes that are a part of the product.Method parameters in com.broadleafcommerce.cartoperation.domain with type arguments of type Attribute Modifier and Type Method Description voidProduct. setAttributes(Map<String,Attribute> attributes)Dynamic attributes that are a part of the product. 
 -