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  Map<String,SkuAttribute> SkuImpl.skuAttributes
           
 

Methods in org.broadleafcommerce.core.catalog.domain that return types with arguments of type SkuAttribute
 Map<String,SkuAttribute> SkuImpl.getSkuAttributes()
           
 Map<String,SkuAttribute> Sku.getSkuAttributes()
          Denormalized set of key-value pairs to attach to a Sku.
 

Method parameters in org.broadleafcommerce.core.catalog.domain with type arguments of type SkuAttribute
 void SkuImpl.setSkuAttributes(Map<String,SkuAttribute> skuAttributes)
           
 void Sku.setSkuAttributes(Map<String,SkuAttribute> skuAttributes)
          Sets the denormalized set of key-value pairs on a Sku
 



Copyright © 2013. All Rights Reserved.