Interface FeaturedProduct
- All Superinterfaces:
org.broadleafcommerce.common.copy.MultiTenantCloneable<FeaturedProduct>,PromotableProduct,Serializable
- All Known Implementing Classes:
FeaturedProductImpl
public interface FeaturedProduct
extends PromotableProduct, org.broadleafcommerce.common.copy.MultiTenantCloneable<FeaturedProduct>
-
Method Summary
Modifier and TypeMethodDescriptiongetId()Pass through to getProduct() to meet the contract for promotable product.voidsetCategory(Category category) voidvoidsetProduct(Product product) voidsetPromotionMessage(String promotionMessage) voidsetSequence(BigDecimal sequence) Methods inherited from interface org.broadleafcommerce.common.copy.MultiTenantCloneable
createOrRetrieveCopyInstance
-
Method Details
-
getId
Long getId() -
setId
-
getCategory
Category getCategory() -
setCategory
-
getProduct
Product getProduct() -
setProduct
-
getSequence
BigDecimal getSequence() -
setSequence
-
getPromotionMessage
String getPromotionMessage()- Specified by:
getPromotionMessagein interfacePromotableProduct
-
setPromotionMessage
-
getRelatedProduct
Product getRelatedProduct()Pass through to getProduct() to meet the contract for promotable product.- Specified by:
getRelatedProductin interfacePromotableProduct- Returns:
-