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