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