public class StructuredContentDTO extends Object implements Serializable
Modifier and Type | Field and Description |
---|---|
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 and Description |
---|
StructuredContentDTO() |
Modifier and Type | Method and Description |
---|---|
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) |
protected Long id
protected String contentName
protected String contentType
protected String localeCode
protected Integer priority
protected Long sandboxId
protected Map values
protected String ruleExpression
protected List<ItemCriteriaDTO> itemCriteriaDTOList
public Long getId()
public void setId(Long id)
public String getContentName()
public void setContentName(String contentName)
public String getContentType()
public void setContentType(String contentType)
public String getLocaleCode()
public void setLocaleCode(String localeCode)
public Integer getPriority()
public void setPriority(Integer priority)
public Long getSandboxId()
public void setSandboxId(Long sandboxId)
public Map getValues()
public void setValues(Map values)
public String getRuleExpression()
public void setRuleExpression(String ruleExpression)
public List<ItemCriteriaDTO> getItemCriteriaDTOList()
public void setItemCriteriaDTOList(List<ItemCriteriaDTO> itemCriteriaDTOList)
Copyright © 2014. All rights reserved.