public interface OfferRule extends SimpleRule, MultiTenantCloneable<OfferRule>
Modifier and Type | Method and Description |
---|---|
Long |
getId() |
String |
getMatchRule()
The rule in the form of an MVEL expression
|
void |
setId(Long id) |
void |
setMatchRule(String matchRule)
Sets the match rule used to test this item.
|
createOrRetrieveCopyInstance
Long getId()
void setId(Long id)
String getMatchRule()
SimpleRule
getMatchRule
in interface SimpleRule
void setMatchRule(String matchRule)
SimpleRule
setMatchRule
in interface SimpleRule
matchRule
- the rule as an MVEL stringCopyright © 2019. All rights reserved.