Class ReportSchedule
java.lang.Object
com.inductiveautomation.ignition.common.util.AbstractChangeable
com.inductiveautomation.reporting.common.resource.ReportSchedule
- All Implemented Interfaces:
Changeable
,Serializable
Created by carl.gould on 1/13/2015.
- See Also:
-
Field Summary
FieldsFields inherited from class com.inductiveautomation.ignition.common.util.AbstractChangeable
changeEvent, listenerList
-
Constructor Summary
ConstructorsConstructorDescriptionEmpty ctor for xml serializationReportSchedule
(ReportSchedule schedule) Copy constructor for use in CCP -
Method Summary
Modifier and TypeMethodDescriptionboolean
getCron()
int
hashCode()
boolean
void
void
setEnabled
(boolean enabled) void
setReportActionConfigs
(List<AbstractReportActionConfig> reportActionConfigs) void
setScheduleParameterMap
(Map<String, ScheduleParameter> scheduleParameterMap) Methods inherited from class com.inductiveautomation.ignition.common.util.AbstractChangeable
addChangeListener, fireStateChanged, getChangeListeners, removeChangeListener
-
Field Details
-
DEFAULT_CRON_STRING
- See Also:
-
-
Constructor Details
-
ReportSchedule
public ReportSchedule()Empty ctor for xml serialization -
ReportSchedule
Copy constructor for use in CCP
-
-
Method Details
-
getCron
-
setCron
-
isEnabled
public boolean isEnabled() -
setEnabled
public void setEnabled(boolean enabled) -
getReportActionConfigs
-
setReportActionConfigs
-
getScheduleParameterMap
-
setScheduleParameterMap
-
equals
-
hashCode
public int hashCode()
-