Class AsSortConfigurationCorruptedAttributeHandler
java.lang.Object
de.hybris.platform.adaptivesearch.model.attributes.AbstractAsAttributeHandler<Boolean,AbstractAsSortConfigurationModel>
de.hybris.platform.adaptivesearch.model.attributes.AsSortConfigurationCorruptedAttributeHandler
- All Implemented Interfaces:
DynamicAttributeHandler<Boolean,AbstractAsSortConfigurationModel>
public class AsSortConfigurationCorruptedAttributeHandler
extends AbstractAsAttributeHandler<Boolean,AbstractAsSortConfigurationModel>
Handler for corrupted attribute of
AbstractAsSortConfigurationModel.-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionHolds logic behind getter for dynamic attribute.voidset(AbstractAsSortConfigurationModel model, Boolean value) Holds logic behind setter for dynamic attribute.Methods inherited from class de.hybris.platform.adaptivesearch.model.attributes.AbstractAsAttributeHandler
getAsItemModelHelper, getModelService, setAsItemModelHelper, setModelService
-
Constructor Details
-
AsSortConfigurationCorruptedAttributeHandler
public AsSortConfigurationCorruptedAttributeHandler()
-
-
Method Details
-
get
Description copied from interface:DynamicAttributeHandlerHolds logic behind getter for dynamic attribute.- Parameters:
model- model for which dynamic attribute is declared.- Returns:
- computed value.
-
set
Description copied from interface:DynamicAttributeHandlerHolds logic behind setter for dynamic attribute.- Parameters:
model- model for which dynamic attribute is declared.value- the value which will be used by setter logic.
-