@Entity public class PageItemCriteriaImpl extends Object implements PageItemCriteria
Modifier and Type | Field and Description |
---|---|
protected Long |
id |
protected String |
orderItemMatchRule |
protected Page |
page |
protected Integer |
quantity |
static long |
serialVersionUID |
Constructor and Description |
---|
PageItemCriteriaImpl() |
Modifier and Type | Method and Description |
---|---|
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) |
public static final long serialVersionUID
protected Long id
protected Integer quantity
protected String orderItemMatchRule
protected Page page
public Long getId()
PageItemCriteria
getId
in interface PageItemCriteria
public void setId(Long id)
PageItemCriteria
setId
in interface PageItemCriteria
id
- the new primary keypublic Integer getQuantity()
getQuantity
in interface PageItemCriteria
public void setQuantity(Integer receiveQuantity)
setQuantity
in interface PageItemCriteria
public String getOrderItemMatchRule()
PageItemCriteria
getOrderItemMatchRule
in interface PageItemCriteria
public void setOrderItemMatchRule(String orderItemMatchRule)
PageItemCriteria
setOrderItemMatchRule
in interface PageItemCriteria
public Page getPage()
PageItemCriteria
Page
to which this
field belongs.getPage
in interface PageItemCriteria
public void setPage(Page page)
PageItemCriteria
Page
.setPage
in interface PageItemCriteria
public PageItemCriteria cloneEntity()
PageItemCriteria
cloneEntity
in interface PageItemCriteria
Copyright © 2013. All rights reserved.