@Entity public class OfferItemCriteriaImpl extends Object implements OfferItemCriteria
| Modifier and Type | Field and Description |
|---|---|
protected Long |
id |
protected String |
orderItemMatchRule |
protected Integer |
quantity |
static long |
serialVersionUID |
| Constructor and Description |
|---|
OfferItemCriteriaImpl() |
| Modifier and Type | Method and Description |
|---|---|
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 orderItemMatchRule
public Long getId()
getId in interface QuantityBasedRulepublic void setId(Long id)
setId in interface QuantityBasedRulepublic Integer getQuantity()
getQuantity in interface QuantityBasedRulepublic void setQuantity(Integer receiveQuantity)
setQuantity in interface QuantityBasedRulepublic String getMatchRule()
getMatchRule in interface QuantityBasedRulepublic void setMatchRule(String matchRule)
setMatchRule in interface QuantityBasedRuleCopyright © 2014. All Rights Reserved.