@Entity public class UpSaleProductImpl extends Object implements RelatedProduct, MultiTenantCloneable<UpSaleProductImpl>
| Constructor and Description |
|---|
UpSaleProductImpl() |
| Modifier and Type | Method and Description |
|---|---|
<G extends UpSaleProductImpl> |
createOrRetrieveCopyInstance(MultiTenantCopyContext context) |
Category |
getCategory() |
Long |
getId() |
Product |
getProduct() |
String |
getPromotionMessage() |
Product |
getRelatedProduct() |
BigDecimal |
getSequence() |
void |
setCategory(Category category) |
void |
setId(Long id) |
void |
setProduct(Product product) |
void |
setPromotionMessage(String promotionMessage) |
void |
setRelatedProduct(Product relatedSaleProduct) |
void |
setSequence(BigDecimal sequence) |
protected Category category
public Long getId()
getId in interface RelatedProductpublic void setId(Long id)
setId in interface RelatedProductpublic String getPromotionMessage()
getPromotionMessage in interface PromotableProductgetPromotionMessage in interface RelatedProductpublic void setPromotionMessage(String promotionMessage)
setPromotionMessage in interface RelatedProductpublic BigDecimal getSequence()
getSequence in interface RelatedProductpublic void setSequence(BigDecimal sequence)
setSequence in interface RelatedProductpublic Product getProduct()
getProduct in interface RelatedProductpublic void setProduct(Product product)
setProduct in interface RelatedProductpublic Category getCategory()
getCategory in interface RelatedProductpublic void setCategory(Category category)
setCategory in interface RelatedProductpublic Product getRelatedProduct()
getRelatedProduct in interface PromotableProductgetRelatedProduct in interface RelatedProductpublic void setRelatedProduct(Product relatedSaleProduct)
setRelatedProduct in interface RelatedProductpublic <G extends UpSaleProductImpl> CreateResponse<G> createOrRetrieveCopyInstance(MultiTenantCopyContext context) throws CloneNotSupportedException
createOrRetrieveCopyInstance in interface MultiTenantCloneable<UpSaleProductImpl>CloneNotSupportedExceptionCopyright © 2017. All rights reserved.