public class PromotionData extends Object implements Serializable
| Constructor and Description |
|---|
PromotionData() |
public void setCode(String code)
public String getCode()
public void setTitle(String title)
public String getTitle()
public void setPromotionType(String promotionType)
public String getPromotionType()
public void setStartDate(Date startDate)
public Date getStartDate()
public void setEndDate(Date endDate)
public Date getEndDate()
public void setDescription(String description)
public String getDescription()
public void setProductBanner(ImageData productBanner)
public ImageData getProductBanner()
public void setEnabled(Boolean enabled)
public Boolean getEnabled()
public void setPriority(Integer priority)
public Integer getPriority()
public void setPromotionGroup(String promotionGroup)
public String getPromotionGroup()
public void setRestrictions(Collection<PromotionRestrictionData> restrictions)
public Collection<PromotionRestrictionData> getRestrictions()
public void setAvailableUnitsPerProduct(Long availableUnitsPerProduct)
public Long getAvailableUnitsPerProduct()
public void setAvailableUnitsPerUserAndProduct(Long availableUnitsPerUserAndProduct)
public Long getAvailableUnitsPerUserAndProduct()
public void setItemType(String itemType)
public String getItemType()
public void setFixedPrice(PriceData fixedPrice)
public PriceData getFixedPrice()
public void setStartBuyDate(Date startBuyDate)
public Date getStartBuyDate()
public void setCountDownTime(Long countDownTime)
public Long getCountDownTime()
Copyright © 2017 SAP SE. All Rights Reserved.