org.broadleafcommerce.core.catalog.domain
Class CrossSaleProductImpl
java.lang.Object
org.broadleafcommerce.core.catalog.domain.CrossSaleProductImpl
- All Implemented Interfaces:
- java.io.Serializable, RelatedProduct
@Entity
public class CrossSaleProductImpl
- extends java.lang.Object
- implements RelatedProduct
- See Also:
- Serialized Form
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
CrossSaleProductImpl
public CrossSaleProductImpl()
getId
public java.lang.Long getId()
- Specified by:
getId in interface RelatedProduct
setId
public void setId(java.lang.Long id)
- Specified by:
setId in interface RelatedProduct
getPromotionMessage
public java.lang.String getPromotionMessage()
- Specified by:
getPromotionMessage in interface RelatedProduct
setPromotionMessage
public void setPromotionMessage(java.lang.String promotionMessage)
- Specified by:
setPromotionMessage in interface RelatedProduct
getSequence
public java.lang.Long getSequence()
- Specified by:
getSequence in interface RelatedProduct
setSequence
public void setSequence(java.lang.Long sequence)
- Specified by:
setSequence in interface RelatedProduct
getProduct
public Product getProduct()
- Specified by:
getProduct in interface RelatedProduct
getRelatedProduct
public Product getRelatedProduct()
- Specified by:
getRelatedProduct in interface RelatedProduct
setProduct
public void setProduct(Product product)
- Specified by:
setProduct in interface RelatedProduct
setRelatedProduct
public void setRelatedProduct(Product relatedSaleProduct)
- Specified by:
setRelatedProduct in interface RelatedProduct
Copyright © 2012. All Rights Reserved.