Class CronUISetupData
java.lang.Object
com.kingsrook.qqq.backend.core.model.dashboard.widgets.CronUISetupData
- All Implemented Interfaces:
Serializable
Model containing data required for a cron UI widget
- See Also:
-
Constructor Summary
ConstructorsConstructorDescriptionCronUISetupData
(String tableName, String cronExpressionFieldName, String timeZoneFieldName) -
Method Summary
Modifier and TypeMethodDescriptionGetter for cronExpressionFieldNameGetter for tableNameGetter for timeZoneFieldNamevoid
setCronExpressionFieldName
(String cronExpressionFieldName) Setter for cronExpressionFieldNamevoid
setTableName
(String tableName) Setter for tableNamevoid
setTimeZoneFieldName
(String timeZoneFieldName) Setter for timeZoneFieldNamewithCronExpressionFieldName
(String cronExpressionFieldName) Fluent setter for cronExpressionFieldNamewithTableName
(String tableName) Fluent setter for tableNamewithTimeZoneFieldName
(String timeZoneFieldName) Fluent setter for timeZoneFieldName
-
Constructor Details
-
CronUISetupData
public CronUISetupData() -
CronUISetupData
-
-
Method Details
-
getCronExpressionFieldName
-
setCronExpressionFieldName
Setter for cronExpressionFieldName- See Also:
-
withCronExpressionFieldName
Fluent setter for cronExpressionFieldName- Parameters:
cronExpressionFieldName
- The field in the table that stores the cron expression- Returns:
- this
-
getTimeZoneFieldName
-
setTimeZoneFieldName
-
withTimeZoneFieldName
Fluent setter for timeZoneFieldName- Parameters:
timeZoneFieldName
- Optional - the field in the table that stores a time zone id- Returns:
- this
-
getTableName
-
setTableName
-
withTableName
Fluent setter for tableName- Parameters:
tableName
- Name of the table that the widget is applied to.- Returns:
- this
-