public class TaskExpirationDateAttributeHandler extends Object implements DynamicAttributeHandler<Date,TaskModel>
| Constructor and Description |
|---|
TaskExpirationDateAttributeHandler() |
| Modifier and Type | Method and Description |
|---|---|
Date |
get(TaskModel model)
Holds logic behind getter for dynamic attribute.
|
void |
set(TaskModel model,
Date date)
Holds logic behind setter for dynamic attribute.
|
public Date get(TaskModel model)
DynamicAttributeHandlerget in interface DynamicAttributeHandler<Date,TaskModel>model - model for which dynamic attribute is declared.public void set(TaskModel model, Date date)
DynamicAttributeHandlerset in interface DynamicAttributeHandler<Date,TaskModel>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.