public class CxVariationRankAttributeHandler extends java.lang.Object implements DynamicAttributeHandler<java.lang.Integer,CxVariationModel>
| Constructor and Description |
|---|
CxVariationRankAttributeHandler() |
| Modifier and Type | Method and Description |
|---|---|
java.lang.Integer |
get(CxVariationModel model)
Holds logic behind getter for dynamic attribute.
|
protected RankAssignmentStrategy |
getRankAssigmentStrategy() |
protected java.util.List<CxVariationModel> |
getVariationList(CxCustomizationModel customization) |
void |
set(CxVariationModel model,
java.lang.Integer value)
Holds logic behind setter for dynamic attribute.
|
void |
setRankAssigmentStrategy(RankAssignmentStrategy rankAssigmentStrategy) |
public java.lang.Integer get(CxVariationModel model)
DynamicAttributeHandlerget in interface DynamicAttributeHandler<java.lang.Integer,CxVariationModel>model - model for which dynamic attribute is declared.public void set(CxVariationModel model, java.lang.Integer value)
DynamicAttributeHandlerset in interface DynamicAttributeHandler<java.lang.Integer,CxVariationModel>model - model for which dynamic attribute is declared.value - the value which will be used by setter logic.protected java.util.List<CxVariationModel> getVariationList(CxCustomizationModel customization)
public void setRankAssigmentStrategy(RankAssignmentStrategy rankAssigmentStrategy)
protected RankAssignmentStrategy getRankAssigmentStrategy()
Copyright © 2018 SAP SE. All Rights Reserved.