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 Details

    • AsSortExpressionCorruptedAttributeHandler

      public AsSortExpressionCorruptedAttributeHandler()
  • Method Details

    • get

      public Boolean get(AsSortExpressionModel model)
      Description copied from interface: DynamicAttributeHandler
      Holds logic behind getter for dynamic attribute.
      Parameters:
      model - model for which dynamic attribute is declared.
      Returns:
      computed value.
    • set

      public void set(AsSortExpressionModel model, Boolean value)
      Description copied from interface: DynamicAttributeHandler
      Holds 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.