public class AddressTypeQualifierAttributeHandler extends Object implements DynamicAttributeHandler<String,AddressModel>
| Constructor and Description |
|---|
AddressTypeQualifierAttributeHandler() |
| Modifier and Type | Method and Description |
|---|---|
String |
get(AddressModel model)
Holds logic behind getter for dynamic attribute.
|
void |
set(AddressModel model,
String value)
Holds logic behind setter for dynamic attribute.
|
public AddressTypeQualifierAttributeHandler()
public String get(AddressModel model)
DynamicAttributeHandlerget in interface DynamicAttributeHandler<String,AddressModel>model - model for which dynamic attribute is declared.public void set(AddressModel model, String value)
DynamicAttributeHandlerset in interface DynamicAttributeHandler<String,AddressModel>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.