public class TestItemTyp3FooBarAttributeHandler extends Object implements DynamicAttributeHandler<String,TestItemType3Model>
| Constructor and Description |
|---|
TestItemTyp3FooBarAttributeHandler() |
| Modifier and Type | Method and Description |
|---|---|
String |
get(TestItemType3Model model)
Holds logic behind getter for dynamic attribute.
|
void |
set(TestItemType3Model model,
String value)
Holds logic behind setter for dynamic attribute.
|
public String get(TestItemType3Model model)
DynamicAttributeHandlerget in interface DynamicAttributeHandler<String,TestItemType3Model>model - model for which dynamic attribute is declared.public void set(TestItemType3Model model, String value)
DynamicAttributeHandlerset in interface DynamicAttributeHandler<String,TestItemType3Model>model - model for which dynamic attribute is declared.value - the value which will be used by setter logic.Copyright © 2017 SAP SE. All Rights Reserved.