public class StructuredContentDTOWrapper extends StructuredContentDTO
contentName, contentType, id, itemCriteriaDTOList, localeCode, ruleExpression, values
Constructor and Description |
---|
StructuredContentDTOWrapper(StructuredContentDTO structuredContentDTO) |
Modifier and Type | Method and Description |
---|---|
boolean |
equals(Object arg0) |
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 |
getValues() |
int |
hashCode() |
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 values) |
String |
toString() |
getClone
public StructuredContentDTOWrapper(StructuredContentDTO structuredContentDTO)
public Object getPropertyValue(String propertyName)
StructuredContentDTO
getPropertyValue
in class StructuredContentDTO
public Long getId()
getId
in class StructuredContentDTO
public String getContentName()
getContentName
in class StructuredContentDTO
public String getContentType()
getContentType
in class StructuredContentDTO
public String getLocaleCode()
getLocaleCode
in class StructuredContentDTO
public Integer getPriority()
getPriority
in class StructuredContentDTO
public Map getValues()
getValues
in class StructuredContentDTO
public String getRuleExpression()
getRuleExpression
in class StructuredContentDTO
public List<ItemCriteriaDTO> getItemCriteriaDTOList()
getItemCriteriaDTOList
in class StructuredContentDTO
public void setId(Long id)
setId
in class StructuredContentDTO
public void setContentName(String contentName)
setContentName
in class StructuredContentDTO
public void setContentType(String contentType)
setContentType
in class StructuredContentDTO
public void setLocaleCode(String localeCode)
setLocaleCode
in class StructuredContentDTO
public void setPriority(Integer priority)
setPriority
in class StructuredContentDTO
public void setValues(Map values)
setValues
in class StructuredContentDTO
public void setRuleExpression(String ruleExpression)
setRuleExpression
in class StructuredContentDTO
public void setItemCriteriaDTOList(List<ItemCriteriaDTO> itemCriteriaDTOList)
setItemCriteriaDTOList
in class StructuredContentDTO
Copyright © 2022. All rights reserved.