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