Klasse RestConfigurationInputFile

java.lang.Object
de.dlr.proseo.procmgr.rest.model.RestConfigurationInputFile
Alle implementierten Schnittstellen:
Serializable

public class RestConfigurationInputFile extends Object implements Serializable
Siehe auch:
  • Felddetails

    • serialVersionUID

      static final long serialVersionUID
      Siehe auch:
    • id

      protected Long id
      The persistent id of this object
    • version

      protected Long version
      A version identifier to track updates to the object (especially to detect concurrent update attempts)
    • fileType

      protected String fileType
      File type according to processor-specific ICD or "LOG"
    • fileNameType

      protected String fileNameType
      Type of the file names (one of { "Physical", "Logical", "Stem", "Regexp", "Directory" })
    • fileNames

      protected List<String> fileNames
      A list of legal and valid filenames
  • Konstruktordetails

    • RestConfigurationInputFile

      public RestConfigurationInputFile()
      Creates a new RestConfigurationInputFile.
    • RestConfigurationInputFile

      public RestConfigurationInputFile(Long id, Long version, String fileType, String fileNameType, List<String> fileNames)
      Creates a new RestConfigurationInputFile.
  • Methodendetails

    • getId

      public Long getId()
      Returns the id.
      Gibt zurück:
      id
    • setId

      public void setId(Long id)
      Set the id.
      Parameter:
      id - the new id
    • getVersion

      public Long getVersion()
      Returns the version.
      Gibt zurück:
      version
    • setVersion

      public void setVersion(Long version)
      Set the version.
      Parameter:
      version - the new version
    • getFileType

      @NotNull public @NotNull String getFileType()
      Returns the fileType.
      Gibt zurück:
      fileType
    • setFileType

      public void setFileType(String fileType)
      Set the fileType.
      Parameter:
      fileType - the new fileType
    • getFileNameType

      @NotNull public @NotNull String getFileNameType()
      Returns the fileNameType.
      Gibt zurück:
      fileNameType
    • setFileNameType

      public void setFileNameType(String fileNameType)
      Set the fileNameType.
      Parameter:
      fileNameType - the new fileNameType
    • getFileNames

      @NotNull public @NotNull List<String> getFileNames()
      Returns the fileNames.
      Gibt zurück:
      fileNames
    • setFileNames

      public void setFileNames(List<String> fileNames)
      Set the fileNames.
      Parameter:
      fileNames - the new fileNames
    • hashCode

      public int hashCode()
      Setzt außer Kraft:
      hashCode in Klasse Object
    • equals

      public boolean equals(Object other)
      Setzt außer Kraft:
      equals in Klasse Object
    • toString

      public String toString()
      Setzt außer Kraft:
      toString in Klasse Object