Klasse ConfigurationFile

java.lang.Object
de.dlr.proseo.model.ConfigurationFile

@Embeddable public class ConfigurationFile extends Object
A processor configuration file
Autor:
Dr. Thomas Bassler
  • Konstruktordetails

    • ConfigurationFile

      public ConfigurationFile()
  • Methodendetails

    • getFileVersion

      public String getFileVersion()
      Gets the configuration file version
      Gibt zurück:
      the file version
    • setFileVersion

      public void setFileVersion(String fileVersion)
      Sets the configuration file version
      Parameter:
      fileVersion - the file version to set
    • getFileName

      public String getFileName()
      Gets the configuration file path
      Gibt zurück:
      the fileName
    • setFileName

      public void setFileName(String fileName)
      Sets the configuration file path
      Parameter:
      fileName - the fileName to set
    • hashCode

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

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

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