org.broadleafcommerce.core.catalog.domain
Class FeaturedProductImpl

java.lang.Object
  extended by org.broadleafcommerce.core.catalog.domain.FeaturedProductImpl
All Implemented Interfaces:
java.io.Serializable, FeaturedProduct

@Entity
public class FeaturedProductImpl
extends java.lang.Object
implements FeaturedProduct

See Also:
Serialized Form

Field Summary
protected  Category category
           
protected  java.lang.Long id
          The id.
protected  Product product
           
protected  java.lang.String promotionMessage
           
protected  java.lang.Long sequence
           
 
Constructor Summary
FeaturedProductImpl()
           
 
Method Summary
 Category getCategory()
           
 java.lang.Long getId()
           
 Product getProduct()
           
 java.lang.String getPromotionMessage()
           
 java.lang.Long getSequence()
           
 void setCategory(Category category)
           
 void setId(java.lang.Long id)
           
 void setProduct(Product product)
           
 void setPromotionMessage(java.lang.String promotionMessage)
           
 void setSequence(java.lang.Long sequence)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

id

protected java.lang.Long id
The id.


sequence

protected java.lang.Long sequence

promotionMessage

protected java.lang.String promotionMessage

category

protected Category category

product

protected Product product
Constructor Detail

FeaturedProductImpl

public FeaturedProductImpl()
Method Detail

getId

public java.lang.Long getId()
Specified by:
getId in interface FeaturedProduct

setId

public void setId(java.lang.Long id)
Specified by:
setId in interface FeaturedProduct

setSequence

public void setSequence(java.lang.Long sequence)
Specified by:
setSequence in interface FeaturedProduct

getSequence

public java.lang.Long getSequence()
Specified by:
getSequence in interface FeaturedProduct

getPromotionMessage

public java.lang.String getPromotionMessage()
Specified by:
getPromotionMessage in interface FeaturedProduct

setPromotionMessage

public void setPromotionMessage(java.lang.String promotionMessage)
Specified by:
setPromotionMessage in interface FeaturedProduct

getCategory

public Category getCategory()
Specified by:
getCategory in interface FeaturedProduct

setCategory

public void setCategory(Category category)
Specified by:
setCategory in interface FeaturedProduct

getProduct

public Product getProduct()
Specified by:
getProduct in interface FeaturedProduct

setProduct

public void setProduct(Product product)
Specified by:
setProduct in interface FeaturedProduct


Copyright © 2012. All Rights Reserved.