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