public class AbstractRuleBasedPromotionActionDTO extends AbstractPromotionActionDTO
| Constructor and Description |
|---|
AbstractRuleBasedPromotionActionDTO()
Generated constructor - for generic creation.
|
| Modifier and Type | Method and Description |
|---|---|
Collection<String> |
getMetadataHandlers() |
AbstractRuleEngineRuleDTO |
getRule() |
String |
getStrategyId() |
Collection<String> |
getUsedCouponCodes() |
void |
setMetadataHandlers(Collection<String> value) |
void |
setRule(AbstractRuleEngineRuleDTO value) |
void |
setStrategyId(String value) |
void |
setUsedCouponCodes(Collection<String> value) |
getGuid, getMarkedApplied, getPromotionResult, setGuid, setMarkedApplied, setPromotionResultgetComments, getCreationtime, getItemtype, getModifiedtime, getOwner, getPk, setComments, setCreationtime, setItemtype, setModifiedtime, setOwner, setPkpublic AbstractRuleBasedPromotionActionDTO()
public Collection<String> getMetadataHandlers()
public AbstractRuleEngineRuleDTO getRule()
public String getStrategyId()
public Collection<String> getUsedCouponCodes()
public void setMetadataHandlers(Collection<String> value)
public void setRule(AbstractRuleEngineRuleDTO value)
public void setStrategyId(String value)
public void setUsedCouponCodes(Collection<String> value)
Copyright © 2017 SAP SE. All Rights Reserved.