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 TypeMethodDescriptionbooleangetId()getPropertyValue(String propertyName) Attempts to obtain the given property value from the dynamic property map first, and then an actual bean property via a getterinthashCode()voidsetContentName(String contentName) voidsetContentType(String contentType) voidvoidsetItemCriteriaDTOList(List<ItemCriteriaDTO> itemCriteriaDTOList) voidsetLocaleCode(String localeCode) voidsetPriority(Integer priority) voidsetRuleExpression(String ruleExpression) voidtoString()Methods inherited from class org.broadleafcommerce.common.structure.dto.StructuredContentDTO
getClone
-
Constructor Details
-
StructuredContentDTOWrapper
-
-
Method Details
-
equals
-
getPropertyValue
Description copied from class:StructuredContentDTOAttempts to obtain the given property value from the dynamic property map first, and then an actual bean property via a getter- Overrides:
getPropertyValuein classStructuredContentDTO- Returns:
-
getId
- Overrides:
getIdin classStructuredContentDTO
-
setId
- Overrides:
setIdin classStructuredContentDTO
-
getContentName
- Overrides:
getContentNamein classStructuredContentDTO
-
setContentName
- Overrides:
setContentNamein classStructuredContentDTO
-
getContentType
- Overrides:
getContentTypein classStructuredContentDTO
-
setContentType
- Overrides:
setContentTypein classStructuredContentDTO
-
getLocaleCode
- Overrides:
getLocaleCodein classStructuredContentDTO
-
setLocaleCode
- Overrides:
setLocaleCodein classStructuredContentDTO
-
getPriority
- Overrides:
getPriorityin classStructuredContentDTO
-
setPriority
- Overrides:
setPriorityin classStructuredContentDTO
-
getValues
- Overrides:
getValuesin classStructuredContentDTO
-
setValues
- Overrides:
setValuesin classStructuredContentDTO
-
getRuleExpression
- Overrides:
getRuleExpressionin classStructuredContentDTO
-
setRuleExpression
- Overrides:
setRuleExpressionin classStructuredContentDTO
-
getItemCriteriaDTOList
- Overrides:
getItemCriteriaDTOListin classStructuredContentDTO
-
setItemCriteriaDTOList
- Overrides:
setItemCriteriaDTOListin classStructuredContentDTO
-
hashCode
public int hashCode() -
toString
-