org.broadleafcommerce.core.catalog.domain
Interface FeaturedProduct

All Superinterfaces:
PromotableProduct, Serializable
All Known Implementing Classes:
FeaturedProductImpl

public interface FeaturedProduct
extends PromotableProduct


Method Summary
 Category getCategory()
           
 Long getId()
           
 Product getProduct()
           
 String getPromotionMessage()
           
 Product getRelatedProduct()
          Pass through to getProdcut() to meet the contract for promotable product.
 Long getSequence()
           
 void setCategory(Category category)
           
 void setId(Long id)
           
 void setProduct(Product product)
           
 void setPromotionMessage(String promotionMessage)
           
 void setSequence(Long sequence)
           
 

Method Detail

getId

Long getId()

setId

void setId(Long id)

getCategory

Category getCategory()

setCategory

void setCategory(Category category)

getProduct

Product getProduct()

setProduct

void setProduct(Product product)

setSequence

void setSequence(Long sequence)

getSequence

Long getSequence()

getPromotionMessage

String getPromotionMessage()
Specified by:
getPromotionMessage in interface PromotableProduct

setPromotionMessage

void setPromotionMessage(String promotionMessage)

getRelatedProduct

Product getRelatedProduct()
Pass through to getProdcut() to meet the contract for promotable product.

Specified by:
getRelatedProduct in interface PromotableProduct
Returns:


Copyright © 2012. All Rights Reserved.