Class ItemCriteriaDTO
java.lang.Object
org.broadleafcommerce.common.structure.dto.ItemCriteriaDTO
- All Implemented Interfaces:
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:
-
Field Summary
Fields -
Constructor Summary
Constructors -
Method Summary
-
Field Details
-
qty
-
matchRule
-
-
Constructor Details
-
ItemCriteriaDTO
public ItemCriteriaDTO()
-
-
Method Details
-
getQty
-
setQty
-
getMatchRule
-
setMatchRule
-
getClone
-