Class StructuredContentDTOWrapper
java.lang.Object
org.broadleafcommerce.common.structure.dto.StructuredContentDTO
org.broadleafcommerce.common.structure.dto.StructuredContentDTOWrapper
- All Implemented Interfaces:
Serializable
Provides a wrapper class that can be used to alter the priority of a structuredcontentdto.
- Author:
- bpolster
- See Also:
-
Field Summary
Fields inherited from class org.broadleafcommerce.common.structure.dto.StructuredContentDTO
contentName, contentType, id, itemCriteriaDTOList, localeCode, ruleExpression, values
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionboolean
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 getterint
hashCode()
void
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
toString()
Methods inherited from class org.broadleafcommerce.common.structure.dto.StructuredContentDTO
getClone
-
Constructor Details
-
StructuredContentDTOWrapper
-
-
Method Details
-
equals
-
getPropertyValue
Description copied from class:StructuredContentDTO
Attempts to obtain the given property value from the dynamic property map first, and then an actual bean property via a getter- Overrides:
getPropertyValue
in classStructuredContentDTO
- Returns:
-
getId
- Overrides:
getId
in classStructuredContentDTO
-
setId
- Overrides:
setId
in classStructuredContentDTO
-
getContentName
- Overrides:
getContentName
in classStructuredContentDTO
-
setContentName
- Overrides:
setContentName
in classStructuredContentDTO
-
getContentType
- Overrides:
getContentType
in classStructuredContentDTO
-
setContentType
- Overrides:
setContentType
in classStructuredContentDTO
-
getLocaleCode
- Overrides:
getLocaleCode
in classStructuredContentDTO
-
setLocaleCode
- Overrides:
setLocaleCode
in classStructuredContentDTO
-
getPriority
- Overrides:
getPriority
in classStructuredContentDTO
-
setPriority
- Overrides:
setPriority
in classStructuredContentDTO
-
getValues
- Overrides:
getValues
in classStructuredContentDTO
-
setValues
- Overrides:
setValues
in classStructuredContentDTO
-
getRuleExpression
- Overrides:
getRuleExpression
in classStructuredContentDTO
-
setRuleExpression
- Overrides:
setRuleExpression
in classStructuredContentDTO
-
getItemCriteriaDTOList
- Overrides:
getItemCriteriaDTOList
in classStructuredContentDTO
-
setItemCriteriaDTOList
- Overrides:
setItemCriteriaDTOList
in classStructuredContentDTO
-
hashCode
public int hashCode() -
toString
-