org.broadleafcommerce.core.catalog.domain
Class FeaturedProductImpl

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

@Entity
public class FeaturedProductImpl
extends Object
implements FeaturedProduct

See Also:
Serialized Form

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

Field Detail

id

protected Long id
The id.


sequence

protected Long sequence

promotionMessage

protected String promotionMessage

category

protected Category category

product

protected Product product
Constructor Detail

FeaturedProductImpl

public FeaturedProductImpl()
Method Detail

getId

public Long getId()
Specified by:
getId in interface FeaturedProduct

setId

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

setSequence

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

getSequence

public Long getSequence()
Specified by:
getSequence in interface FeaturedProduct

getPromotionMessage

public String getPromotionMessage()
Specified by:
getPromotionMessage in interface FeaturedProduct

setPromotionMessage

public void setPromotionMessage(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.