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