Class AsSortExpressionCorruptedAttributeHandler
java.lang.Object
de.hybris.platform.adaptivesearch.model.attributes.AbstractAsAttributeHandler<Boolean,AsSortExpressionModel>
de.hybris.platform.adaptivesearch.model.attributes.AsSortExpressionCorruptedAttributeHandler
- All Implemented Interfaces:
DynamicAttributeHandler<Boolean,AsSortExpressionModel>
public class AsSortExpressionCorruptedAttributeHandler
extends AbstractAsAttributeHandler<Boolean,AsSortExpressionModel>
Handler for corrupted attribute of
AsSortExpressionModel.-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionget(AsSortExpressionModel model) Holds logic behind getter for dynamic attribute.voidset(AsSortExpressionModel 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
-
AsSortExpressionCorruptedAttributeHandler
public AsSortExpressionCorruptedAttributeHandler()
-
-
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.
-