Package de.dlr.proseo.model
Class ConfigurationInputFile
java.lang.Object
de.dlr.proseo.model.PersistentObject
de.dlr.proseo.model.ConfigurationInputFile
An additional input file for a processor configuration for inclusion in generated Job Order Files
- Author:
- Dr. Thomas Bassler
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionGets the input file namesGets the input file name typeGets the input file typevoidsetFileNames(List<String> fileNames) Sets the input file namesvoidsetFileNameType(String fileNameType) Sets the input file name typevoidsetFileType(String fileType) Sets the input file typetoString()Methods inherited from class de.dlr.proseo.model.PersistentObject
equals, getId, getVersion, hashCode, incrementVersion, setId
-
Constructor Details
-
ConfigurationInputFile
public ConfigurationInputFile()
-
-
Method Details
-
getFileType
Gets the input file type- Returns:
- the fileType
-
setFileType
Sets the input file type- Parameters:
fileType- the fileType to set
-
getFileNameType
Gets the input file name type- Returns:
- the input file name type
-
setFileNameType
Sets the input file name type- Parameters:
fileNameType- the file name type to set
-
getFileNames
Gets the input file names- Returns:
- the file names
-
setFileNames
Sets the input file names- Parameters:
fileNames- the file names to set
-
toString
-