public class ProductPromotionDTO extends AbstractPromotionDTO
| Constructor and Description |
|---|
ProductPromotionDTO()
Generated constructor - for generic creation.
|
| Modifier and Type | Method and Description |
|---|---|
Collection<CategoryDTO> |
getCategories() |
MediaDTO |
getProductBanner() |
Collection<ProductDTO> |
getProducts() |
Character |
getSpecialDiscount() |
void |
setCategories(Collection<CategoryDTO> value) |
void |
setProductBanner(MediaDTO value) |
void |
setProducts(Collection<ProductDTO> value) |
void |
setSpecialDiscount(Character value) |
getCode, getDescription, getDetailsURL, getEnabled, getEndDate, getImmutableKey, getImmutableKeyHash, getName, getPriority, getPromotionGroup, getPromotionType, getRestrictions, getStartDate, getTitle, setCode, setDescription, setDetailsURL, setEnabled, setEndDate, setImmutableKey, setImmutableKeyHash, setName, setPriority, setPromotionGroup, setPromotionType, setRestrictions, setStartDate, setTitlegetComments, getCreationtime, getItemtype, getModifiedtime, getOwner, getPk, setComments, setCreationtime, setItemtype, setModifiedtime, setOwner, setPkpublic ProductPromotionDTO()
public Collection<CategoryDTO> getCategories()
public MediaDTO getProductBanner()
public Collection<ProductDTO> getProducts()
public Character getSpecialDiscount()
public void setCategories(Collection<CategoryDTO> value)
public void setProductBanner(MediaDTO value)
public void setProducts(Collection<ProductDTO> value)
public void setSpecialDiscount(Character value)
Copyright © 2017 SAP SE. All Rights Reserved.