org.broadleafcommerce.cms.structure.dto
Class ItemCriteriaDTO

java.lang.Object
  extended by 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

Field Summary
protected  String matchRule
           
protected  Integer qty
           
 
Constructor Summary
ItemCriteriaDTO()
           
 
Method Summary
 String getMatchRule()
           
 Integer getQty()
           
 void setMatchRule(String matchRule)
           
 void setQty(Integer qty)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

qty

protected Integer qty

matchRule

protected String matchRule
Constructor Detail

ItemCriteriaDTO

public ItemCriteriaDTO()
Method Detail

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.