org.broadleafcommerce.cms.structure.dto
Class StructuredContentDTO
java.lang.Object
org.broadleafcommerce.cms.structure.dto.StructuredContentDTO
- All Implemented Interfaces:
- Serializable
public class StructuredContentDTO
- extends Object
- implements Serializable
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 |
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
StructuredContentDTO
public StructuredContentDTO()
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.