Package de.dlr.proseo.model
Klasse 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
- Autor:
- Dr. Thomas Bassler
-
Konstruktorübersicht
Konstruktoren -
Methodenübersicht
Modifizierer und TypMethodeBeschreibungGets 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()Von Klasse geerbte Methoden de.dlr.proseo.model.PersistentObject
equals, getId, getVersion, hashCode, incrementVersion, setId
-
Konstruktordetails
-
ConfigurationInputFile
public ConfigurationInputFile()
-
-
Methodendetails
-
getFileType
Gets the input file type- Gibt zurück:
- the fileType
-
setFileType
Sets the input file type- Parameter:
fileType- the fileType to set
-
getFileNameType
Gets the input file name type- Gibt zurück:
- the input file name type
-
setFileNameType
Sets the input file name type- Parameter:
fileNameType- the file name type to set
-
getFileNames
Gets the input file names- Gibt zurück:
- the file names
-
setFileNames
Sets the input file names- Parameter:
fileNames- the file names to set
-
toString
-