Package de.dlr.proseo.procmgr.rest.model
Klasse RestConfigurationInputFile
java.lang.Object
de.dlr.proseo.procmgr.rest.model.RestConfigurationInputFile
- Alle implementierten Schnittstellen:
Serializable
- Siehe auch:
-
Feldübersicht
FelderModifizierer und TypFeldBeschreibungA list of legal and valid filenamesprotected StringType of the file names (one of { "Physical", "Logical", "Stem", "Regexp", "Directory" })protected StringFile type according to processor-specific ICD or "LOG"protected LongThe persistent id of this object(Package privat) static final longprotected LongA version identifier to track updates to the object (especially to detect concurrent update attempts) -
Konstruktorübersicht
Konstruktoren -
Methodenübersicht
Modifizierer und TypMethodeBeschreibungbooleanReturns the fileNames.@NotNull StringReturns the fileNameType.@NotNull StringReturns the fileType.getId()Returns the id.Returns the version.inthashCode()voidsetFileNames(List<String> fileNames) Set the fileNames.voidsetFileNameType(String fileNameType) Set the fileNameType.voidsetFileType(String fileType) Set the fileType.voidSet the id.voidsetVersion(Long version) Set the version.toString()
-
Felddetails
-
serialVersionUID
static final long serialVersionUID- Siehe auch:
-
id
The persistent id of this object -
version
A version identifier to track updates to the object (especially to detect concurrent update attempts) -
fileType
File type according to processor-specific ICD or "LOG" -
fileNameType
Type of the file names (one of { "Physical", "Logical", "Stem", "Regexp", "Directory" }) -
fileNames
A list of legal and valid filenames
-
-
Konstruktordetails
-
Methodendetails
-
getId
Returns the id.- Gibt zurück:
- id
-
setId
Set the id.- Parameter:
id- the new id
-
getVersion
Returns the version.- Gibt zurück:
- version
-
setVersion
Set the version.- Parameter:
version- the new version
-
getFileType
Returns the fileType.- Gibt zurück:
- fileType
-
setFileType
Set the fileType.- Parameter:
fileType- the new fileType
-
getFileNameType
Returns the fileNameType.- Gibt zurück:
- fileNameType
-
setFileNameType
Set the fileNameType.- Parameter:
fileNameType- the new fileNameType
-
getFileNames
Returns the fileNames.- Gibt zurück:
- fileNames
-
setFileNames
Set the fileNames.- Parameter:
fileNames- the new fileNames
-
hashCode
public int hashCode() -
equals
-
toString
-