@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()
StructuredContentItemCriteriagetId in interface StructuredContentItemCriteriapublic void setId(Long id)
StructuredContentItemCriteriasetId in interface StructuredContentItemCriteriaid - the new primary keypublic Integer getQuantity()
getQuantity in interface StructuredContentItemCriteriapublic void setQuantity(Integer receiveQuantity)
setQuantity in interface StructuredContentItemCriteriapublic String getOrderItemMatchRule()
StructuredContentItemCriteriagetOrderItemMatchRule in interface StructuredContentItemCriteriapublic void setOrderItemMatchRule(String orderItemMatchRule)
StructuredContentItemCriteriasetOrderItemMatchRule in interface StructuredContentItemCriteriapublic StructuredContent getStructuredContent()
StructuredContentItemCriteriaStructuredContent item to which this
 field belongs.getStructuredContent in interface StructuredContentItemCriteriapublic void setStructuredContent(StructuredContent structuredContent)
StructuredContentItemCriteriaStructuredContent item.setStructuredContent in interface StructuredContentItemCriteriapublic StructuredContentItemCriteria cloneEntity()
StructuredContentItemCriteriacloneEntity in interface StructuredContentItemCriteriaCopyright © 2013. All rights reserved.