Uses of Interface
com.elasticpath.domain.catalog.ProductSkuSpec

Packages that use ProductSkuSpec
com.elasticpath.domain.catalog   
com.elasticpath.domain.catalog.impl   
 

Uses of ProductSkuSpec in com.elasticpath.domain.catalog
 

Methods in com.elasticpath.domain.catalog that return ProductSkuSpec
 ProductSkuSpec ProductSku.getSpec()
          Returns the ProductSkuSpec instance -- the product sku specification.
 

Methods in com.elasticpath.domain.catalog with parameters of type ProductSkuSpec
 void ProductSku.setSpec(ProductSkuSpec spec)
          Sets the ProductSkuSpec instance -- the product sku specification.
 

Uses of ProductSkuSpec in com.elasticpath.domain.catalog.impl
 

Classes in com.elasticpath.domain.catalog.impl that implement ProductSkuSpec
 class ProductSkuSpecImpl
          A default implementation of a specification of ProductSku.
 

Methods in com.elasticpath.domain.catalog.impl that return ProductSkuSpec
 ProductSkuSpec ProductSkuImpl.getSpec()
          Returns the ProductSkuSpec instance -- the product sku specification.
 

Methods in com.elasticpath.domain.catalog.impl with parameters of type ProductSkuSpec
 void ProductSkuImpl.setSpec(ProductSkuSpec spec)
          Sets the ProductSkuSpec instance -- the product sku specification.