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