@Entity public class StructuredContentItemCriteriaImpl extends java.lang.Object implements StructuredContentItemCriteria
| Modifier and Type | Field and Description |
|---|---|
protected java.lang.Long |
id |
protected java.lang.String |
orderItemMatchRule |
protected java.lang.Integer |
quantity |
static long |
serialVersionUID |
protected StructuredContent |
structuredContent |
| Constructor and Description |
|---|
StructuredContentItemCriteriaImpl() |
| Modifier and Type | Method and Description |
|---|---|
StructuredContentItemCriteria |
cloneEntity()
Builds a copy of this item.
|
boolean |
equals(java.lang.Object obj) |
java.lang.Long |
getId() |
java.lang.String |
getMatchRule() |
java.lang.Integer |
getQuantity() |
StructuredContent |
getStructuredContent()
Returns the parent
StructuredContent item to which this
field belongs. |
int |
hashCode() |
void |
setId(java.lang.Long id) |
void |
setMatchRule(java.lang.String matchRule) |
void |
setQuantity(java.lang.Integer receiveQuantity) |
void |
setStructuredContent(StructuredContent structuredContent)
Sets the parent
StructuredContent item. |
public static final long serialVersionUID
protected java.lang.Long id
protected java.lang.Integer quantity
protected java.lang.String orderItemMatchRule
protected StructuredContent structuredContent
public java.lang.Long getId()
getId in interface QuantityBasedRulepublic void setId(java.lang.Long id)
setId in interface QuantityBasedRulepublic java.lang.Integer getQuantity()
getQuantity in interface QuantityBasedRulepublic void setQuantity(java.lang.Integer receiveQuantity)
setQuantity in interface QuantityBasedRulepublic java.lang.String getMatchRule()
getMatchRule in interface QuantityBasedRulepublic void setMatchRule(java.lang.String matchRule)
setMatchRule in interface QuantityBasedRulepublic StructuredContent getStructuredContent()
StructuredContentItemCriteriaStructuredContent item to which this
field belongs.getStructuredContent in interface StructuredContentItemCriteriapublic void setStructuredContent(StructuredContent structuredContent)
StructuredContentItemCriteriaStructuredContent item.setStructuredContent in interface StructuredContentItemCriteriapublic int hashCode()
hashCode in class java.lang.Objectpublic boolean equals(java.lang.Object obj)
equals in class java.lang.Objectpublic StructuredContentItemCriteria cloneEntity()
StructuredContentItemCriteriacloneEntity in interface StructuredContentItemCriteriaCopyright © 2018. All Rights Reserved.