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 SummaryFieldsFields inherited from class com.inductiveautomation.ignition.common.util.AbstractChangeablechangeEvent, listenerList
- 
Constructor SummaryConstructorsConstructorDescriptionEmpty ctor for xml serializationReportSchedule(ReportSchedule schedule) Copy constructor for use in CCP
- 
Method SummaryModifier and TypeMethodDescriptionbooleangetCron()inthashCode()booleanvoidvoidsetEnabled(boolean enabled) voidsetReportActionConfigs(List<AbstractReportActionConfig> reportActionConfigs) voidsetScheduleParameterMap(Map<String, ScheduleParameter> scheduleParameterMap) Methods inherited from class com.inductiveautomation.ignition.common.util.AbstractChangeableaddChangeListener, fireStateChanged, getChangeListeners, removeChangeListener
- 
Field Details- 
DEFAULT_CRON_STRING- See Also:
 
 
- 
- 
Constructor Details- 
ReportSchedulepublic ReportSchedule()Empty ctor for xml serialization
- 
ReportScheduleCopy constructor for use in CCP
 
- 
- 
Method Details- 
getCron
- 
setCron
- 
isEnabledpublic boolean isEnabled()
- 
setEnabledpublic void setEnabled(boolean enabled) 
- 
getReportActionConfigs
- 
setReportActionConfigs
- 
getScheduleParameterMap
- 
setScheduleParameterMap
- 
equals
- 
hashCodepublic int hashCode()
 
-