Package de.hybris.platform.catalog.model
Class CatalogGenerationDateHandler
java.lang.Object
de.hybris.platform.catalog.model.CatalogGenerationDateHandler
- All Implemented Interfaces:
DynamicAttributeHandler<Date,CatalogModel>
public class CatalogGenerationDateHandler
extends Object
implements DynamicAttributeHandler<Date,CatalogModel>
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionget(CatalogModel model) Holds logic behind getter for dynamic attribute.voidset(CatalogModel model, Date date) Holds logic behind setter for dynamic attribute.
-
Constructor Details
-
CatalogGenerationDateHandler
public CatalogGenerationDateHandler()
-
-
Method Details
-
get
Description copied from interface:DynamicAttributeHandlerHolds logic behind getter for dynamic attribute.- Specified by:
getin interfaceDynamicAttributeHandler<Date,CatalogModel> - 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<Date,CatalogModel> - Parameters:
model- model for which dynamic attribute is declared.date- the value which will be used by setter logic.
-