@Entity public class PriceListRuleCriteriaImpl extends Object implements PriceListRuleCriteria
Modifier and Type | Field and Description |
---|---|
protected Long |
id |
protected String |
matchRule |
Constructor and Description |
---|
PriceListRuleCriteriaImpl() |
Modifier and Type | Method and Description |
---|---|
<G extends PriceListRuleCriteria> |
createOrRetrieveCopyInstance(org.broadleafcommerce.common.copy.MultiTenantCopyContext context) |
boolean |
equals(Object obj) |
Long |
getId()
Gets the primary key.
|
String |
getMatchRule() |
int |
hashCode() |
void |
setId(Long id)
Sets the primary key.
|
void |
setMatchRule(String matchRule) |
public Long getId()
PriceListRuleCriteria
getId
in interface PriceListRuleCriteria
public void setId(Long id)
PriceListRuleCriteria
setId
in interface PriceListRuleCriteria
id
- the new primary keypublic String getMatchRule()
getMatchRule
in interface org.broadleafcommerce.common.rule.SimpleRule
public void setMatchRule(String matchRule)
setMatchRule
in interface org.broadleafcommerce.common.rule.SimpleRule
public <G extends PriceListRuleCriteria> org.broadleafcommerce.common.copy.CreateResponse<G> createOrRetrieveCopyInstance(org.broadleafcommerce.common.copy.MultiTenantCopyContext context) throws CloneNotSupportedException
createOrRetrieveCopyInstance
in interface org.broadleafcommerce.common.copy.MultiTenantCloneable<PriceListRuleCriteria>
CloneNotSupportedException
Copyright © 2019. All rights reserved.