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  java.util.List<ProductAttribute> ProductImpl.productAttributes
           
 

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

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



Copyright © 2012. All Rights Reserved.