org.broadleafcommerce.cms.structure.dto
Class ItemCriteriaDTO
java.lang.Object
org.broadleafcommerce.cms.structure.dto.ItemCriteriaDTO
- All Implemented Interfaces:
- Serializable
public class ItemCriteriaDTO
- extends Object
- implements Serializable
StructuredContent data is converted into a DTO since it requires
pre-processing. The data is fairly static so the desire is
to cache the value after it has been processed.
This DTO represents a compact version of StructuredContentItemCriteria
Created by bpolster.
- See Also:
- Serialized Form
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
qty
protected Integer qty
matchRule
protected String matchRule
ItemCriteriaDTO
public ItemCriteriaDTO()
getQty
public Integer getQty()
setQty
public void setQty(Integer qty)
getMatchRule
public String getMatchRule()
setMatchRule
public void setMatchRule(String matchRule)
Copyright © 2012. All Rights Reserved.