public class OrderThresholdPerfectPartnerPromotionDTO extends OrderPromotionDTO
| Constructor and Description |
|---|
OrderThresholdPerfectPartnerPromotionDTO()
Generated constructor - for generic creation.
|
| Modifier and Type | Method and Description |
|---|---|
ProductDTO |
getDiscountProduct() |
Boolean |
getIncludeDiscountedPriceInThreshold() |
String |
getMessageCouldHaveFired() |
String |
getMessageFired() |
String |
getMessageProductNoThreshold() |
String |
getMessageThresholdNoProduct() |
Collection<PromotionPriceRowDTO> |
getProductPrices() |
Collection<PromotionPriceRowDTO> |
getThresholdTotals() |
void |
setDiscountProduct(ProductDTO value) |
void |
setIncludeDiscountedPriceInThreshold(Boolean value) |
void |
setMessageCouldHaveFired(String value) |
void |
setMessageFired(String value) |
void |
setMessageProductNoThreshold(String value) |
void |
setMessageThresholdNoProduct(String value) |
void |
setProductPrices(Collection<PromotionPriceRowDTO> value) |
void |
setThresholdTotals(Collection<PromotionPriceRowDTO> 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 OrderThresholdPerfectPartnerPromotionDTO()
public ProductDTO getDiscountProduct()
public Boolean getIncludeDiscountedPriceInThreshold()
public String getMessageCouldHaveFired()
public String getMessageFired()
public String getMessageProductNoThreshold()
public String getMessageThresholdNoProduct()
public Collection<PromotionPriceRowDTO> getProductPrices()
public Collection<PromotionPriceRowDTO> getThresholdTotals()
public void setDiscountProduct(ProductDTO value)
public void setIncludeDiscountedPriceInThreshold(Boolean value)
public void setMessageCouldHaveFired(String value)
public void setMessageFired(String value)
public void setMessageProductNoThreshold(String value)
public void setMessageThresholdNoProduct(String value)
public void setProductPrices(Collection<PromotionPriceRowDTO> value)
public void setThresholdTotals(Collection<PromotionPriceRowDTO> value)
Copyright © 2017 SAP SE. All Rights Reserved.