@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 |
|---|---|
<G extends OfferRule> |
createOrRetrieveCopyInstance(MultiTenantCopyContext context) |
boolean |
equals(Object obj) |
Long |
getId() |
String |
getMatchRule() |
int |
hashCode() |
void |
setId(Long id) |
void |
setMatchRule(String matchRule) |
public String getMatchRule()
getMatchRule in interface SimpleRulegetMatchRule in interface OfferRulepublic void setMatchRule(String matchRule)
setMatchRule in interface SimpleRulesetMatchRule in interface OfferRulepublic <G extends OfferRule> CreateResponse<G> createOrRetrieveCopyInstance(MultiTenantCopyContext context) throws CloneNotSupportedException
createOrRetrieveCopyInstance in interface MultiTenantCloneable<OfferRule>CloneNotSupportedExceptionCopyright © 2017. All rights reserved.