Class ReportSchedule
- java.lang.Object
- 
- com.inductiveautomation.ignition.common.util.AbstractChangeable
- 
- com.inductiveautomation.reporting.common.resource.ReportSchedule
 
 
- 
- All Implemented Interfaces:
- Changeable,- java.io.Serializable
 
 public class ReportSchedule extends AbstractChangeable implements java.io.Serializable Created by carl.gould on 1/13/2015.- See Also:
- Serialized Form
 
- 
- 
Field SummaryFields Modifier and Type Field Description static java.lang.StringDEFAULT_CRON_STRING- 
Fields inherited from class com.inductiveautomation.ignition.common.util.AbstractChangeablechangeEvent, listenerList
 
- 
 - 
Constructor SummaryConstructors Constructor Description ReportSchedule()Empty ctor for xml serializationReportSchedule(ReportSchedule schedule)Copy constructor for use in CCP
 - 
Method SummaryAll Methods Instance Methods Concrete Methods Modifier and Type Method Description booleanequals(java.lang.Object o)java.lang.StringgetCron()java.util.List<AbstractReportActionConfig>getReportActionConfigs()java.util.Map<java.lang.String,ScheduleParameter>getScheduleParameterMap()inthashCode()booleanisEnabled()voidsetCron(java.lang.String cron)voidsetEnabled(boolean enabled)voidsetReportActionConfigs(java.util.List<AbstractReportActionConfig> reportActionConfigs)voidsetScheduleParameterMap(java.util.Map<java.lang.String,ScheduleParameter> scheduleParameterMap)- 
Methods inherited from class com.inductiveautomation.ignition.common.util.AbstractChangeableaddChangeListener, fireStateChanged, getChangeListeners, removeChangeListener
 
- 
 
- 
- 
- 
Field Detail- 
DEFAULT_CRON_STRINGpublic static final java.lang.String DEFAULT_CRON_STRING - See Also:
- Constant Field Values
 
 
- 
 - 
Constructor Detail- 
ReportSchedulepublic ReportSchedule() Empty ctor for xml serialization
 - 
ReportSchedulepublic ReportSchedule(ReportSchedule schedule) Copy constructor for use in CCP
 
- 
 - 
Method Detail- 
getCronpublic java.lang.String getCron() 
 - 
setCronpublic void setCron(java.lang.String cron) 
 - 
isEnabledpublic boolean isEnabled() 
 - 
setEnabledpublic void setEnabled(boolean enabled) 
 - 
getReportActionConfigspublic java.util.List<AbstractReportActionConfig> getReportActionConfigs() 
 - 
setReportActionConfigspublic void setReportActionConfigs(java.util.List<AbstractReportActionConfig> reportActionConfigs) 
 - 
getScheduleParameterMappublic java.util.Map<java.lang.String,ScheduleParameter> getScheduleParameterMap() 
 - 
setScheduleParameterMappublic void setScheduleParameterMap(java.util.Map<java.lang.String,ScheduleParameter> scheduleParameterMap) 
 - 
equalspublic boolean equals(java.lang.Object o) - Overrides:
- equalsin class- java.lang.Object
 
 - 
hashCodepublic int hashCode() - Overrides:
- hashCodein class- java.lang.Object
 
 
- 
 
-