@Entity public class StructuredContentItemCriteriaImpl extends Object implements StructuredContentItemCriteria
Modifier and Type | Field and Description |
---|---|
protected Long |
id |
protected String |
orderItemMatchRule |
protected 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(Object obj) |
Long |
getId()
Gets the primary key.
|
String |
getOrderItemMatchRule()
Returns the MVEL rule to apply against an order to determine if
this content should be displayed.
|
Integer |
getQuantity() |
StructuredContent |
getStructuredContent()
Returns the parent
StructuredContent item to which this
field belongs. |
int |
hashCode() |
void |
setId(Long id)
Sets the primary key.
|
void |
setOrderItemMatchRule(String orderItemMatchRule)
An valid MVEL syntax rule to be used to process the
|
void |
setQuantity(Integer receiveQuantity) |
void |
setStructuredContent(StructuredContent structuredContent)
Sets the parent
StructuredContent item. |
public static final long serialVersionUID
protected Long id
protected Integer quantity
protected String orderItemMatchRule
protected StructuredContent structuredContent
public Long getId()
StructuredContentItemCriteria
getId
in interface StructuredContentItemCriteria
public void setId(Long id)
StructuredContentItemCriteria
setId
in interface StructuredContentItemCriteria
id
- the new primary keypublic Integer getQuantity()
getQuantity
in interface StructuredContentItemCriteria
public void setQuantity(Integer receiveQuantity)
setQuantity
in interface StructuredContentItemCriteria
public String getOrderItemMatchRule()
StructuredContentItemCriteria
getOrderItemMatchRule
in interface StructuredContentItemCriteria
public void setOrderItemMatchRule(String orderItemMatchRule)
StructuredContentItemCriteria
setOrderItemMatchRule
in interface StructuredContentItemCriteria
public StructuredContent getStructuredContent()
StructuredContentItemCriteria
StructuredContent
item to which this
field belongs.getStructuredContent
in interface StructuredContentItemCriteria
public void setStructuredContent(StructuredContent structuredContent)
StructuredContentItemCriteria
StructuredContent
item.setStructuredContent
in interface StructuredContentItemCriteria
public StructuredContentItemCriteria cloneEntity()
StructuredContentItemCriteria
cloneEntity
in interface StructuredContentItemCriteria
Copyright © 2013. All rights reserved.