org.broadleafcommerce.cms.structure.dto
Class StructuredContentDTO

java.lang.Object
  extended by org.broadleafcommerce.cms.structure.dto.StructuredContentDTO
All Implemented Interfaces:
Serializable

public class StructuredContentDTO
extends Object
implements Serializable

Created by bpolster.

See Also:
Serialized Form

Field Summary
protected  String contentName
           
protected  String contentType
           
protected  Long id
           
protected  List<ItemCriteriaDTO> itemCriteriaDTOList
           
protected  String localeCode
           
protected  Integer priority
           
protected  String ruleExpression
           
protected  Long sandboxId
           
protected  Map values
           
 
Constructor Summary
StructuredContentDTO()
           
 
Method Summary
 String getContentName()
           
 String getContentType()
           
 Long getId()
           
 List<ItemCriteriaDTO> getItemCriteriaDTOList()
           
 String getLocaleCode()
           
 Integer getPriority()
           
 String getRuleExpression()
           
 Long getSandboxId()
           
 Map getValues()
           
 void setContentName(String contentName)
           
 void setContentType(String contentType)
           
 void setId(Long id)
           
 void setItemCriteriaDTOList(List<ItemCriteriaDTO> itemCriteriaDTOList)
           
 void setLocaleCode(String localeCode)
           
 void setPriority(Integer priority)
           
 void setRuleExpression(String ruleExpression)
           
 void setSandboxId(Long sandboxId)
           
 void setValues(Map values)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

id

protected Long id

contentName

protected String contentName

contentType

protected String contentType

localeCode

protected String localeCode

priority

protected Integer priority

sandboxId

protected Long sandboxId

values

protected Map values

ruleExpression

protected String ruleExpression

itemCriteriaDTOList

protected List<ItemCriteriaDTO> itemCriteriaDTOList
Constructor Detail

StructuredContentDTO

public StructuredContentDTO()
Method Detail

getId

public Long getId()

setId

public void setId(Long id)

getContentName

public String getContentName()

setContentName

public void setContentName(String contentName)

getContentType

public String getContentType()

setContentType

public void setContentType(String contentType)

getLocaleCode

public String getLocaleCode()

setLocaleCode

public void setLocaleCode(String localeCode)

getPriority

public Integer getPriority()

setPriority

public void setPriority(Integer priority)

getSandboxId

public Long getSandboxId()

setSandboxId

public void setSandboxId(Long sandboxId)

getValues

public Map getValues()

setValues

public void setValues(Map values)

getRuleExpression

public String getRuleExpression()

setRuleExpression

public void setRuleExpression(String ruleExpression)

getItemCriteriaDTOList

public List<ItemCriteriaDTO> getItemCriteriaDTOList()

setItemCriteriaDTOList

public void setItemCriteriaDTOList(List<ItemCriteriaDTO> itemCriteriaDTOList)


Copyright © 2013. All Rights Reserved.