Class SaveFileActionConfig
java.lang.Object
com.inductiveautomation.ignition.common.util.AbstractChangeable
com.inductiveautomation.reporting.common.resource.distribution.AbstractReportActionConfig
com.inductiveautomation.reporting.common.resource.distribution.SaveFileActionConfig
- All Implemented Interfaces:
- Changeable,- Serializable
Filename: SaveFileActionConfig.java
 Created on Feb 05, 2015
 Author: Kathy Applebaum
 Copyright Inductive Automation 2015
 Project: Reporting
- See Also:
- 
Field SummaryFields inherited from class com.inductiveautomation.reporting.common.resource.distribution.AbstractReportActionConfigDEFAULT_FILE_NAME, DEFAULT_FOLDER_PATH, EMAIL_ID, FTP_ID, PRINT_ID, RUNSCRIPT_ID, SAVE_IDFields inherited from class com.inductiveautomation.ignition.common.util.AbstractChangeablechangeEvent, listenerList
- 
Constructor SummaryConstructors
- 
Method SummaryModifier and TypeMethodDescriptiongetName()getPath()voidsetFileName(String fileName) voidsetFormat(ReportFormat format) voidMethods inherited from class com.inductiveautomation.reporting.common.resource.distribution.AbstractReportActionConfiggetAvailableFormatsMethods inherited from class com.inductiveautomation.ignition.common.util.AbstractChangeableaddChangeListener, fireStateChanged, getChangeListeners, removeChangeListener
- 
Constructor Details- 
SaveFileActionConfigpublic SaveFileActionConfig()
 
- 
- 
Method Details- 
getPath
- 
setPath
- 
getFileName
- 
setFileName
- 
getFormat
- 
setFormat
- 
getDistributionTypeId- Specified by:
- getDistributionTypeIdin class- AbstractReportActionConfig
- Returns:
- The string that uniquely identifies this config. Be sure the string is defined as public static final in AbstractReportActionConfig
 
- 
getName- Specified by:
- getNamein class- AbstractReportActionConfig
- Returns:
- Name of the config
 
 
-