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