public class StructuredContentDTO extends Object implements Serializable
StructuredContentImpl
so that modifications and additional properties can be used without worrying about Hibernate's persistence.StructuredContentServiceImpl#buildStructuredContentDTO};
,
StructuredContentServiceImpl#buildFieldValues};
,
Serialized FormModifier 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 Map<String,Object> |
values |
Constructor and Description |
---|
StructuredContentDTO() |
Modifier and Type | Method and Description |
---|---|
StructuredContentDTO |
getClone() |
String |
getContentName() |
String |
getContentType() |
Long |
getId() |
List<ItemCriteriaDTO> |
getItemCriteriaDTOList() |
String |
getLocaleCode() |
Integer |
getPriority() |
Object |
getPropertyValue(String propertyName)
Attempts to obtain the given property value from the dynamic property map first, and then an actual bean property
via a getter
|
String |
getRuleExpression() |
Map<String,Object> |
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 |
setValues(Map<String,Object> values) |
protected Long id
protected String contentName
protected String contentType
protected String localeCode
protected Integer priority
protected String ruleExpression
protected List<ItemCriteriaDTO> itemCriteriaDTOList
public Object getPropertyValue(String propertyName)
propertyName
- 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 String getRuleExpression()
public void setRuleExpression(String ruleExpression)
public List<ItemCriteriaDTO> getItemCriteriaDTOList()
public void setItemCriteriaDTOList(List<ItemCriteriaDTO> itemCriteriaDTOList)
public StructuredContentDTO getClone()
Copyright © 2022. All rights reserved.