@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 |
|---|---|
<G extends OfferItemCriteria> |
createOrRetrieveCopyInstance(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 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 QuantityBasedRulepublic <G extends OfferItemCriteria> CreateResponse<G> createOrRetrieveCopyInstance(MultiTenantCopyContext context) throws CloneNotSupportedException
createOrRetrieveCopyInstance in interface MultiTenantCloneable<OfferItemCriteria>CloneNotSupportedExceptionCopyright © 2017. All rights reserved.