@Entity public class StructuredContentItemCriteriaImpl extends Object implements StructuredContentItemCriteria, org.broadleafcommerce.common.extensibility.jpa.copy.ProfileEntity
| 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.
|
<G extends StructuredContentItemCriteria> |
createOrRetrieveCopyInstance(org.broadleafcommerce.common.copy.MultiTenantCopyContext context) |
boolean |
equals(Object obj) |
Long |
getId() |
String |
getMatchRule() |
Integer |
getQuantity() |
StructuredContent |
getStructuredContent()
Returns the parent
StructuredContent item to which this
field belongs. |
int |
hashCode() |
void |
setId(Long id) |
void |
setMatchRule(String matchRule) |
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()
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 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 StructuredContentItemCriteriapublic <G extends StructuredContentItemCriteria> org.broadleafcommerce.common.copy.CreateResponse<G> createOrRetrieveCopyInstance(org.broadleafcommerce.common.copy.MultiTenantCopyContext context) throws CloneNotSupportedException
createOrRetrieveCopyInstance in interface org.broadleafcommerce.common.copy.MultiTenantCloneable<StructuredContentItemCriteria>CloneNotSupportedExceptionCopyright © 2017. All rights reserved.