@Entity public class CartRuleItemCriteriaImpl extends Object implements CartRuleItemCriteria
| Modifier and Type | Field and Description |
|---|---|
protected Long |
id |
protected String |
matchRule |
protected Integer |
quantity |
static long |
serialVersionUID |
| Constructor and Description |
|---|
CartRuleItemCriteriaImpl() |
| Modifier and Type | Method and Description |
|---|---|
<G extends CartRuleItemCriteria> |
createOrRetrieveCopyInstance(org.broadleafcommerce.common.copy.MultiTenantCopyContext context) |
boolean |
equals(Object obj) |
Long |
getId() |
String |
getMatchRule() |
Integer |
getQuantity() |
int |
hashCode() |
void |
setId(Long id) |
void |
setMatchRule(String matchRule) |
void |
setQuantity(Integer receiveQuantity) |
public static final long serialVersionUID
protected Long id
protected Integer quantity
protected String matchRule
public Long getId()
getId in interface org.broadleafcommerce.common.rule.QuantityBasedRulepublic void setId(Long id)
setId in interface org.broadleafcommerce.common.rule.QuantityBasedRulepublic Integer getQuantity()
getQuantity in interface org.broadleafcommerce.common.rule.QuantityBasedRulepublic void setQuantity(Integer receiveQuantity)
setQuantity in interface org.broadleafcommerce.common.rule.QuantityBasedRulepublic String getMatchRule()
getMatchRule in interface org.broadleafcommerce.common.rule.QuantityBasedRulepublic void setMatchRule(String matchRule)
setMatchRule in interface org.broadleafcommerce.common.rule.QuantityBasedRulepublic <G extends CartRuleItemCriteria> org.broadleafcommerce.common.copy.CreateResponse<G> createOrRetrieveCopyInstance(org.broadleafcommerce.common.copy.MultiTenantCopyContext context) throws CloneNotSupportedException
createOrRetrieveCopyInstance in interface org.broadleafcommerce.common.copy.MultiTenantCloneable<CartRuleItemCriteria>CloneNotSupportedExceptionCopyright © 2019. All rights reserved.