Class AddressTypeQualifierAttributeHandler
java.lang.Object
de.hybris.platform.catalog.dynamic.AddressTypeQualifierAttributeHandler
- All Implemented Interfaces:
DynamicAttributeHandler<String,AddressModel>
public class AddressTypeQualifierAttributeHandler
extends Object
implements DynamicAttributeHandler<String,AddressModel>
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionget(AddressModel model) Holds logic behind getter for dynamic attribute.voidset(AddressModel model, String value) Holds logic behind setter for dynamic attribute.
-
Constructor Details
-
AddressTypeQualifierAttributeHandler
public AddressTypeQualifierAttributeHandler()
-
-
Method Details
-
get
Description copied from interface:DynamicAttributeHandlerHolds logic behind getter for dynamic attribute.- Specified by:
getin interfaceDynamicAttributeHandler<String,AddressModel> - 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,AddressModel> - Parameters:
model- model for which dynamic attribute is declared.value- the value which will be used by setter logic.
-