Package de.dlr.proseo.procmgr.rest.model
Class RestConfigurationInputFile
java.lang.Object
de.dlr.proseo.procmgr.rest.model.RestConfigurationInputFile
- All Implemented Interfaces:
Serializable
- See Also:
-
Field Summary
FieldsModifier and TypeFieldDescriptionA 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 private) static final longprotected LongA version identifier to track updates to the object (especially to detect concurrent update attempts) -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionbooleanReturns 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()
-
Field Details
-
serialVersionUID
static final long serialVersionUID- See Also:
-
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
-
-
Constructor Details
-
Method Details
-
getId
Returns the id.- Returns:
- id
-
setId
Set the id.- Parameters:
id- the new id
-
getVersion
Returns the version.- Returns:
- version
-
setVersion
Set the version.- Parameters:
version- the new version
-
getFileType
Returns the fileType.- Returns:
- fileType
-
setFileType
Set the fileType.- Parameters:
fileType- the new fileType
-
getFileNameType
Returns the fileNameType.- Returns:
- fileNameType
-
setFileNameType
Set the fileNameType.- Parameters:
fileNameType- the new fileNameType
-
getFileNames
Returns the fileNames.- Returns:
- fileNames
-
setFileNames
Set the fileNames.- Parameters:
fileNames- the new fileNames
-
hashCode
public int hashCode() -
equals
-
toString
-