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

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

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

Classes in org.broadleafcommerce.core.catalog.domain that implement SkuAttribute
 class SkuAttributeImpl
          The Class SkuAttributeImpl is the default implementation of SkuAttribute.
 

Fields in org.broadleafcommerce.core.catalog.domain with type parameters of type SkuAttribute
protected  List<SkuAttribute> SkuImpl.skuAttributes
           
 

Methods in org.broadleafcommerce.core.catalog.domain that return types with arguments of type SkuAttribute
 List<SkuAttribute> SkuImpl.getSkuAttributes()
           
 List<SkuAttribute> Sku.getSkuAttributes()
           
 

Method parameters in org.broadleafcommerce.core.catalog.domain with type arguments of type SkuAttribute
 void SkuImpl.setSkuAttributes(List<SkuAttribute> skuAttributes)
           
 void Sku.setSkuAttributes(List<SkuAttribute> skuAttributes)
           
 



Copyright © 2012. All Rights Reserved.