org.broadleafcommerce.core.catalog.domain
Interface ProductSku

All Superinterfaces:
Product, java.io.Serializable
All Known Implementing Classes:
ProductSkuImpl

public interface ProductSku
extends Product

A version of the Product entity that represents a one to one relationship between Product and Sku. This is the most common case among retailers.

Author:
jfischer

Method Summary
 Sku getSku()
          Retrieve the sku
 void setSku(Sku sku)
          Set the sku
 
Methods inherited from interface org.broadleafcommerce.core.catalog.domain.Product
getActiveEndDate, getActiveStartDate, getAllParentCategories, getAllSkus, getContainer, getCrossSaleProducts, getDefaultCategory, getDepth, getDescription, getDimension, getDimensionString, getGirth, getHeight, getId, getLongDescription, getManufacturer, getModel, getName, getProductAttributes, getProductImage, getProductImages, getProductMedia, getPromoMessage, getSize, getSkus, getUpSaleProducts, getWeight, getWidth, isActive, isFeaturedProduct, isMachineSortable, setActiveEndDate, setActiveStartDate, setAllParentCategories, setAllSkus, setContainer, setCrossSaleProducts, setDefaultCategory, setDepth, setDescription, setDimension, setFeaturedProduct, setGirth, setHeight, setId, setLongDescription, setMachineSortable, setManufacturer, setModel, setName, setProductAttributes, setProductImages, setProductMedia, setPromoMessage, setSize, setUpSaleProducts, setWeight, setWidth
 

Method Detail

getSku

Sku getSku()
Retrieve the sku

Returns:
sku

setSku

void setSku(Sku sku)
Set the sku

Parameters:
sku -


Copyright © 2012. All Rights Reserved.