org.broadleafcommerce.cms.structure.domain
Class StructuredContentItemCriteriaImpl
java.lang.Object
org.broadleafcommerce.cms.structure.domain.StructuredContentItemCriteriaImpl
- All Implemented Interfaces:
- java.io.Serializable, StructuredContentItemCriteria
@Entity
public class StructuredContentItemCriteriaImpl
- extends java.lang.Object
- implements StructuredContentItemCriteria
- Author:
- jfischer
- See Also:
- Serialized Form
| Methods inherited from class java.lang.Object |
clone, finalize, getClass, notify, notifyAll, toString, wait, wait, wait |
serialVersionUID
public static final long serialVersionUID
- See Also:
- Constant Field Values
id
protected java.lang.Long id
quantity
protected java.lang.Integer quantity
orderItemMatchRule
protected java.lang.String orderItemMatchRule
structuredContent
protected StructuredContent structuredContent
StructuredContentItemCriteriaImpl
public StructuredContentItemCriteriaImpl()
getId
public java.lang.Long getId()
- Specified by:
getId in interface StructuredContentItemCriteria
setId
public void setId(java.lang.Long id)
- Specified by:
setId in interface StructuredContentItemCriteria
getQuantity
public java.lang.Integer getQuantity()
- Specified by:
getQuantity in interface StructuredContentItemCriteria
setQuantity
public void setQuantity(java.lang.Integer receiveQuantity)
- Specified by:
setQuantity in interface StructuredContentItemCriteria
getOrderItemMatchRule
public java.lang.String getOrderItemMatchRule()
- Specified by:
getOrderItemMatchRule in interface StructuredContentItemCriteria
setOrderItemMatchRule
public void setOrderItemMatchRule(java.lang.String orderItemMatchRule)
- Specified by:
setOrderItemMatchRule in interface StructuredContentItemCriteria
getStructuredContent
public StructuredContent getStructuredContent()
- Specified by:
getStructuredContent in interface StructuredContentItemCriteria
setStructuredContent
public void setStructuredContent(StructuredContent structuredContent)
- Specified by:
setStructuredContent in interface StructuredContentItemCriteria
hashCode
public int hashCode()
- Overrides:
hashCode in class java.lang.Object
equals
public boolean equals(java.lang.Object obj)
- Overrides:
equals in class java.lang.Object
cloneEntity
public StructuredContentItemCriteria cloneEntity()
- Specified by:
cloneEntity in interface StructuredContentItemCriteria
Copyright © 2011. All Rights Reserved.