@Entity public class PageItemCriteriaImpl extends Object implements PageItemCriteria, org.broadleafcommerce.common.extensibility.jpa.copy.ProfileEntity
| 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.
|
<G extends PageItemCriteria> |
createOrRetrieveCopyInstance(org.broadleafcommerce.common.copy.MultiTenantCopyContext context) |
boolean |
equals(Object obj) |
Long |
getId() |
String |
getMatchRule() |
Page |
getPage()
Returns the parent
Page to which this
field belongs. |
Integer |
getQuantity() |
int |
hashCode() |
void |
setId(Long id) |
void |
setMatchRule(String matchRule) |
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()
getId in interface org.broadleafcommerce.common.rule.QuantityBasedRulepublic void setId(Long id)
setId in interface org.broadleafcommerce.common.rule.QuantityBasedRulepublic Integer getQuantity()
getQuantity in interface org.broadleafcommerce.common.rule.QuantityBasedRulepublic void setQuantity(Integer receiveQuantity)
setQuantity in interface org.broadleafcommerce.common.rule.QuantityBasedRulepublic String getMatchRule()
getMatchRule in interface org.broadleafcommerce.common.rule.QuantityBasedRulepublic void setMatchRule(String matchRule)
setMatchRule in interface org.broadleafcommerce.common.rule.QuantityBasedRulepublic Page getPage()
PageItemCriteriaPage to which this
field belongs.getPage in interface PageItemCriteriapublic void setPage(Page page)
PageItemCriteriaPage.setPage in interface PageItemCriteriapublic PageItemCriteria cloneEntity()
PageItemCriteriacloneEntity in interface PageItemCriteriapublic <G extends PageItemCriteria> org.broadleafcommerce.common.copy.CreateResponse<G> createOrRetrieveCopyInstance(org.broadleafcommerce.common.copy.MultiTenantCopyContext context) throws CloneNotSupportedException
createOrRetrieveCopyInstance in interface org.broadleafcommerce.common.copy.MultiTenantCloneable<PageItemCriteria>CloneNotSupportedExceptionCopyright © 2016. All rights reserved.