Class CxAbstractActionRankAttributeHandler
java.lang.Object
de.hybris.platform.personalizationservices.dynamic.CxAbstractActionRankAttributeHandler
- All Implemented Interfaces:
DynamicAttributeHandler<Integer,CxAbstractActionModel>
public class CxAbstractActionRankAttributeHandler
extends Object
implements DynamicAttributeHandler<Integer,CxAbstractActionModel>
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionget(CxAbstractActionModel action) Holds logic behind getter for dynamic attribute.voidset(CxAbstractActionModel action, Integer value) Holds logic behind setter for dynamic attribute.
-
Constructor Details
-
CxAbstractActionRankAttributeHandler
public CxAbstractActionRankAttributeHandler()
-
-
Method Details
-
get
Description copied from interface:DynamicAttributeHandlerHolds logic behind getter for dynamic attribute.- Specified by:
getin interfaceDynamicAttributeHandler<Integer,CxAbstractActionModel> - Parameters:
action- model for which dynamic attribute is declared.- Returns:
- computed value.
-
set
Description copied from interface:DynamicAttributeHandlerHolds logic behind setter for dynamic attribute.- Specified by:
setin interfaceDynamicAttributeHandler<Integer,CxAbstractActionModel> - Parameters:
action- model for which dynamic attribute is declared.value- the value which will be used by setter logic.
-