Class PDTRowDateRangeHandler
- java.lang.Object
-
- de.hybris.platform.servicelayer.model.attribute.PDTRowDateRangeHandler
-
- All Implemented Interfaces:
DynamicAttributeHandler<StandardDateRange,PDTRowModel>
public class PDTRowDateRangeHandler extends java.lang.Object implements DynamicAttributeHandler<StandardDateRange,PDTRowModel>
-
-
Constructor Summary
Constructors Constructor Description PDTRowDateRangeHandler()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description StandardDateRangeget(PDTRowModel model)Holds logic behind getter for dynamic attribute.voidset(PDTRowModel model, StandardDateRange standardDateRange)Holds logic behind setter for dynamic attribute.
-
-
-
Method Detail
-
get
public StandardDateRange get(PDTRowModel model)
Description copied from interface:DynamicAttributeHandlerHolds logic behind getter for dynamic attribute.- Specified by:
getin interfaceDynamicAttributeHandler<StandardDateRange,PDTRowModel>- Parameters:
model- model for which dynamic attribute is declared.- Returns:
- computed value.
-
set
public void set(PDTRowModel model, StandardDateRange standardDateRange)
Description copied from interface:DynamicAttributeHandlerHolds logic behind setter for dynamic attribute.- Specified by:
setin interfaceDynamicAttributeHandler<StandardDateRange,PDTRowModel>- Parameters:
model- model for which dynamic attribute is declared.standardDateRange- the value which will be used by setter logic.
-
-