com.other.domain
Class OtherProductImpl

java.lang.Object
  extended by org.broadleafcommerce.core.catalog.domain.ProductImpl
      extended by org.broadleafcommerce.core.catalog.domain.ProductSkuImpl
          extended by com.other.domain.OtherProductImpl
All Implemented Interfaces:
OtherProduct, java.io.Serializable, Product, ProductSku

@Entity
public class OtherProductImpl
extends ProductSkuImpl
implements OtherProduct

Author:
jfischer
See Also:
Serialized Form

Field Summary
protected  java.lang.Long companyNumber
           
protected  java.util.Date releaseDate
           
 
Fields inherited from class org.broadleafcommerce.core.catalog.domain.ProductSkuImpl
sku
 
Fields inherited from class org.broadleafcommerce.core.catalog.domain.ProductImpl
activeEndDate, activeStartDate, allParentCategories, allSkus, crossSaleProducts, defaultCategory, description, dimension, id, isFeaturedProduct, isMachineSortable, longDescription, manufacturer, model, name, productAttributes, productImages, productMedia, promoMessage, skus, upSaleProducts, weight
 
Constructor Summary
OtherProductImpl()
           
 
Method Summary
 java.lang.Long getCompanyNumber()
           
 java.util.Date getReleaseDate()
           
 void setCompanyNumber(java.lang.Long companyNumber)
           
 void setReleaseDate(java.util.Date releaseDate)
           
 
Methods inherited from class org.broadleafcommerce.core.catalog.domain.ProductSkuImpl
equals, getSku, hashCode, setSku
 
Methods inherited from class org.broadleafcommerce.core.catalog.domain.ProductImpl
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
 
Methods inherited from class java.lang.Object
clone, finalize, getClass, notify, notifyAll, toString, wait, wait, wait
 
Methods inherited from interface org.broadleafcommerce.core.catalog.domain.ProductSku
getSku, setSku
 
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
 

Field Detail

companyNumber

protected java.lang.Long companyNumber

releaseDate

protected java.util.Date releaseDate
Constructor Detail

OtherProductImpl

public OtherProductImpl()
Method Detail

getCompanyNumber

public java.lang.Long getCompanyNumber()
Specified by:
getCompanyNumber in interface OtherProduct

setCompanyNumber

public void setCompanyNumber(java.lang.Long companyNumber)
Specified by:
setCompanyNumber in interface OtherProduct

getReleaseDate

public java.util.Date getReleaseDate()
Specified by:
getReleaseDate in interface OtherProduct

setReleaseDate

public void setReleaseDate(java.util.Date releaseDate)
Specified by:
setReleaseDate in interface OtherProduct


Copyright © 2011. All Rights Reserved.