Package de.hybris.platform.cms2.model
Class AbstractRestrictionDescriptionAttributeHandler
java.lang.Object
de.hybris.platform.cms2.model.AbstractRestrictionDescriptionAttributeHandler
- All Implemented Interfaces:
DynamicAttributeHandler<String,AbstractRestrictionModel>
public class AbstractRestrictionDescriptionAttributeHandler
extends Object
implements DynamicAttributeHandler<String,AbstractRestrictionModel>
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionget(AbstractRestrictionModel model) Holds logic behind getter for dynamic attribute.voidset(AbstractRestrictionModel model, String value) Holds logic behind setter for dynamic attribute.
-
Constructor Details
-
AbstractRestrictionDescriptionAttributeHandler
public AbstractRestrictionDescriptionAttributeHandler()
-
-
Method Details
-
get
Description copied from interface:DynamicAttributeHandlerHolds logic behind getter for dynamic attribute.- Specified by:
getin interfaceDynamicAttributeHandler<String,AbstractRestrictionModel> - Parameters:
model- model for which dynamic attribute is declared.- Returns:
- computed value.
-
set
Description copied from interface:DynamicAttributeHandlerHolds logic behind setter for dynamic attribute.- Specified by:
setin interfaceDynamicAttributeHandler<String,AbstractRestrictionModel> - Parameters:
model- model for which dynamic attribute is declared.value- the value which will be used by setter logic.
-