Class CronjobTimetable
java.lang.Object
de.hybris.platform.servicelayer.cronjob.attributehandler.CronjobTimetable
- All Implemented Interfaces:
DynamicAttributeHandler<String,CronJobModel>
public class CronjobTimetable
extends Object
implements DynamicAttributeHandler<String,CronJobModel>
provides Timetable - as a dynamic attribute of the CronjobModel
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionget(CronJobModel model) Returns a localized text, representing the timetable of the cronjobs trigger.voidset(CronJobModel model, String value) Holds logic behind setter for dynamic attribute.
-
Constructor Details
-
CronjobTimetable
public CronjobTimetable()
-
-
Method Details
-
get
Returns a localized text, representing the timetable of the cronjobs trigger.- Specified by:
getin interfaceDynamicAttributeHandler<String,CronJobModel> - Parameters:
model- the trigger instance- Returns:
- the localized timeTable text
-
set
Holds logic behind setter for dynamic attribute.- Specified by:
setin interfaceDynamicAttributeHandler<String,CronJobModel> - Parameters:
model- model for which dynamic attribute is declared.value- the value which will be used by setter logic.
-