|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectorg.broadleafcommerce.cms.page.domain.PageItemCriteriaImpl
@Entity public class PageItemCriteriaImpl
| Field Summary | |
|---|---|
protected Long |
id
|
protected String |
orderItemMatchRule
|
protected Page |
page
|
protected Integer |
quantity
|
static long |
serialVersionUID
|
| Constructor Summary | |
|---|---|
PageItemCriteriaImpl()
|
|
| Method Summary | |
|---|---|
PageItemCriteria |
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. |
Page |
getPage()
Returns the parent Page to which this
field belongs. |
Integer |
getQuantity()
|
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 |
setPage(Page page)
Sets the parent Page. |
void |
setQuantity(Integer receiveQuantity)
|
| 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 Page page
| Constructor Detail |
|---|
public PageItemCriteriaImpl()
| Method Detail |
|---|
public Long getId()
PageItemCriteria
getId in interface PageItemCriteriapublic void setId(Long id)
PageItemCriteria
setId in interface PageItemCriteriaid - the new primary keypublic Integer getQuantity()
getQuantity in interface PageItemCriteriapublic void setQuantity(Integer receiveQuantity)
setQuantity in interface PageItemCriteriapublic String getOrderItemMatchRule()
PageItemCriteria
getOrderItemMatchRule in interface PageItemCriteriapublic void setOrderItemMatchRule(String orderItemMatchRule)
PageItemCriteria
setOrderItemMatchRule in interface PageItemCriteriapublic Page getPage()
PageItemCriteriaPage to which this
field belongs.
getPage in interface PageItemCriteriapublic void setPage(Page page)
PageItemCriteriaPage.
setPage in interface PageItemCriteriapublic int hashCode()
hashCode in class Objectpublic boolean equals(Object obj)
equals in class Objectpublic PageItemCriteria cloneEntity()
PageItemCriteria
cloneEntity in interface PageItemCriteria
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||