org.broadleafcommerce.core.catalog.domain
Class FeaturedProductImpl
java.lang.Object
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
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
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
FeaturedProductImpl
public FeaturedProductImpl()
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.