@Entity public class OfferRuleImpl extends Object implements OfferRule
| Modifier and Type | Field and Description |
|---|---|
protected Long |
id |
protected String |
matchRule |
| Constructor and Description |
|---|
OfferRuleImpl() |
| Modifier and Type | Method and Description |
|---|---|
boolean |
equals(Object obj) |
Long |
getId() |
String |
getMatchRule()
The rule in the form of an MVEL expression
|
int |
hashCode() |
void |
setId(Long id) |
void |
setMatchRule(String matchRule)
Sets the match rule used to test this item.
|
public String getMatchRule()
SimpleRulegetMatchRule in interface SimpleRulegetMatchRule in interface OfferRulepublic void setMatchRule(String matchRule)
SimpleRulesetMatchRule in interface SimpleRulesetMatchRule in interface OfferRulematchRule - the rule as an MVEL stringCopyright © 2017. All rights reserved.