|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectorg.broadleafcommerce.cms.structure.domain.StructuredContentItemCriteriaImpl
@Entity public class StructuredContentItemCriteriaImpl
| Field Summary | |
|---|---|
protected Long |
id
|
protected String |
orderItemMatchRule
|
protected Integer |
quantity
|
static long |
serialVersionUID
|
protected StructuredContent |
structuredContent
|
| Constructor Summary | |
|---|---|
StructuredContentItemCriteriaImpl()
|
|
| Method Summary | |
|---|---|
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. |
| Methods inherited from class java.lang.Object |
|---|
clone, finalize, getClass, notify, notifyAll, toString, wait, wait, wait |
| Field Detail |
|---|
public static final long serialVersionUID
protected Long id
protected Integer quantity
protected String orderItemMatchRule
protected StructuredContent structuredContent
| Constructor Detail |
|---|
public StructuredContentItemCriteriaImpl()
| Method Detail |
|---|
public Long getId()
StructuredContentItemCriteria
getId in interface StructuredContentItemCriteriapublic void setId(Long id)
StructuredContentItemCriteria
setId in interface StructuredContentItemCriteriaid - the new primary keypublic Integer getQuantity()
getQuantity in interface StructuredContentItemCriteriapublic void setQuantity(Integer receiveQuantity)
setQuantity in interface StructuredContentItemCriteriapublic String getOrderItemMatchRule()
StructuredContentItemCriteria
getOrderItemMatchRule in interface StructuredContentItemCriteriapublic void setOrderItemMatchRule(String orderItemMatchRule)
StructuredContentItemCriteria
setOrderItemMatchRule 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 int hashCode()
hashCode in class Objectpublic boolean equals(Object obj)
equals in class Objectpublic StructuredContentItemCriteria cloneEntity()
StructuredContentItemCriteria
cloneEntity in interface StructuredContentItemCriteria
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||