public class OrderThresholdDiscountPercentagePromotionDTO extends OrderPromotionDTO
| Constructor and Description |
|---|
OrderThresholdDiscountPercentagePromotionDTO()
Generated constructor - for generic creation.
|
| Modifier and Type | Method and Description |
|---|---|
String |
getMessageCouldHaveFired() |
String |
getMessageFired() |
Double |
getPercentageDiscount() |
Collection<PromotionPriceRowDTO> |
getThresholdTotals() |
void |
setMessageCouldHaveFired(String value) |
void |
setMessageFired(String value) |
void |
setPercentageDiscount(Double 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 OrderThresholdDiscountPercentagePromotionDTO()
public String getMessageCouldHaveFired()
public String getMessageFired()
public Double getPercentageDiscount()
public Collection<PromotionPriceRowDTO> getThresholdTotals()
public void setMessageCouldHaveFired(String value)
public void setMessageFired(String value)
public void setPercentageDiscount(Double value)
public void setThresholdTotals(Collection<PromotionPriceRowDTO> value)
Copyright © 2017 SAP SE. All Rights Reserved.