Package de.dlr.proseo.model
Class ConfigurationFile
java.lang.Object
de.dlr.proseo.model.ConfigurationFile
A processor configuration file
- Author:
- Dr. Thomas Bassler
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionbooleanGets the configuration file pathGets the configuration file versioninthashCode()voidsetFileName(String fileName) Sets the configuration file pathvoidsetFileVersion(String fileVersion) Sets the configuration file versiontoString()
-
Constructor Details
-
ConfigurationFile
public ConfigurationFile()
-
-
Method Details
-
getFileVersion
Gets the configuration file version- Returns:
- the file version
-
setFileVersion
Sets the configuration file version- Parameters:
fileVersion- the file version to set
-
getFileName
Gets the configuration file path- Returns:
- the fileName
-
setFileName
Sets the configuration file path- Parameters:
fileName- the fileName to set
-
hashCode
public int hashCode() -
equals
-
toString
-