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 String
Type of the file names (one of { "Physical", "Logical", "Stem", "Regexp", "Directory" })protected String
File type according to processor-specific ICD or "LOG"protected Long
The persistent id of this object(Package privat) static final long
protected Long
A version identifier to track updates to the object (especially to detect concurrent update attempts) -
Konstruktorübersicht
Konstruktoren -
Methodenübersicht
Modifizierer und TypMethodeBeschreibungboolean
Returns the fileNames.@NotNull String
Returns the fileNameType.@NotNull String
Returns the fileType.getId()
Returns the id.Returns the version.int
hashCode()
void
setFileNames
(List<String> fileNames) Set the fileNames.void
setFileNameType
(String fileNameType) Set the fileNameType.void
setFileType
(String fileType) Set the fileType.void
Set the id.void
setVersion
(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
-