Class StructuredContentDTO
java.lang.Object
org.broadleafcommerce.common.structure.dto.StructuredContentDTO
- All Implemented Interfaces:
Serializable
- Direct Known Subclasses:
StructuredContentDTOWrapper
Scoped as a prototype bean via bl-cms-applicationContext-entity. This bean is used to wrap an
StructuredContentImpl
so that modifications and additional properties can be used without worrying about Hibernate's persistence.- Author:
- bpolster.
- See Also:
-
Field Summary
Fields -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptiongetClone()
getId()
getPropertyValue
(String propertyName) Attempts to obtain the given property value from the dynamic property map first, and then an actual bean property via a gettervoid
setContentName
(String contentName) void
setContentType
(String contentType) void
void
setItemCriteriaDTOList
(List<ItemCriteriaDTO> itemCriteriaDTOList) void
setLocaleCode
(String localeCode) void
setPriority
(Integer priority) void
setRuleExpression
(String ruleExpression) void
-
Field Details
-
id
-
contentName
-
contentType
-
localeCode
-
priority
-
values
-
ruleExpression
-
itemCriteriaDTOList
-
-
Constructor Details
-
StructuredContentDTO
public StructuredContentDTO()
-
-
Method Details
-
getPropertyValue
Attempts to obtain the given property value from the dynamic property map first, and then an actual bean property via a getter- Parameters:
propertyName
-- Returns:
-
getId
-
setId
-
getContentName
-
setContentName
-
getContentType
-
setContentType
-
getLocaleCode
-
setLocaleCode
-
getPriority
-
setPriority
-
getValues
-
setValues
-
getRuleExpression
-
setRuleExpression
-
getItemCriteriaDTOList
-
setItemCriteriaDTOList
-
getClone
-