Uses of Interface
org.broadleafcommerce.core.catalog.domain.ProductAttribute

Packages that use ProductAttribute
org.broadleafcommerce.core.catalog.domain   
 

Uses of ProductAttribute in org.broadleafcommerce.core.catalog.domain
 

Classes in org.broadleafcommerce.core.catalog.domain that implement ProductAttribute
 class ProductAttributeImpl
          The Class ProductAttributeImpl.
 

Fields in org.broadleafcommerce.core.catalog.domain with type parameters of type ProductAttribute
protected  List<ProductAttribute> ProductImpl.productAttributes
           
 

Methods in org.broadleafcommerce.core.catalog.domain that return types with arguments of type ProductAttribute
 List<ProductAttribute> ProductImpl.getProductAttributes()
           
 List<ProductAttribute> Product.getProductAttributes()
           
 

Method parameters in org.broadleafcommerce.core.catalog.domain with type arguments of type ProductAttribute
 void ProductImpl.setProductAttributes(List<ProductAttribute> productAttributes)
           
 void Product.setProductAttributes(List<ProductAttribute> productAttributes)
           
 



Copyright © 2012. All Rights Reserved.