Class PDTRowDateRangeHandler
java.lang.Object
de.hybris.platform.servicelayer.model.attribute.PDTRowDateRangeHandler
- All Implemented Interfaces:
DynamicAttributeHandler<StandardDateRange,PDTRowModel>
public class PDTRowDateRangeHandler
extends Object
implements DynamicAttributeHandler<StandardDateRange,PDTRowModel>
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionget(PDTRowModel model) Holds logic behind getter for dynamic attribute.voidset(PDTRowModel model, StandardDateRange standardDateRange) Holds logic behind setter for dynamic attribute.
-
Constructor Details
-
PDTRowDateRangeHandler
public PDTRowDateRangeHandler()
-
-
Method Details
-
get
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
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.
-