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