public class CxCustomizationActiveAttributeHandler extends Object implements DynamicAttributeHandler<Boolean,CxCustomizationModel>
| Constructor and Description |
|---|
CxCustomizationActiveAttributeHandler() |
| Modifier and Type | Method and Description |
|---|---|
Boolean |
get(CxCustomizationModel model)
Holds logic behind getter for dynamic attribute.
|
protected boolean |
isActive(Date startDate,
Date endDate,
Date current) |
void |
set(CxCustomizationModel model,
Boolean value)
Holds logic behind setter for dynamic attribute.
|
void |
setTimeService(TimeService timeService) |
public CxCustomizationActiveAttributeHandler()
public Boolean get(CxCustomizationModel model)
DynamicAttributeHandlerget in interface DynamicAttributeHandler<Boolean,CxCustomizationModel>model - model for which dynamic attribute is declared.public void set(CxCustomizationModel model, Boolean value)
DynamicAttributeHandlerset in interface DynamicAttributeHandler<Boolean,CxCustomizationModel>model - model for which dynamic attribute is declared.value - the value which will be used by setter logic.public void setTimeService(TimeService timeService)
Copyright © 2017 SAP SE. All Rights Reserved.