public class FileSystemProperties extends SoftwareCapabilityProperties
FileSystemProperties describes the root node of a file system.
  • Constructor Details

    • FileSystemProperties

      public FileSystemProperties()
      Default constructor
    • FileSystemProperties

      public FileSystemProperties(FileSystemProperties template)
      Copy/clone constructor.
      Parameters:
      template - object to copy
  • Method Details

    • getFormat

      public String getFormat()
      Return the format of the file system.
      Returns:
      string name
    • setFormat

      public void setFormat(String format)
      Set up the format of the file system.
      Parameters:
      format - string name
    • getEncryption

      public String getEncryption()
      Return the type of encryption used on the file system (or null is unencrypted).
      Returns:
      encryption type
    • setEncryption

      public void setEncryption(String encryption)
      Set up the type of encryption used on the file system (or null is unencrypted).
      Parameters:
      encryption - encryption type
    • toString

      public String toString()
      JSON-style toString
      Overrides:
      toString in class SoftwareCapabilityProperties
      Returns:
      return string containing the property names and values
    • equals

      public boolean equals(Object objectToCompare)
      Return comparison result based on the content of the properties.
      Overrides:
      equals in class SoftwareCapabilityProperties
      Parameters:
      objectToCompare - test object
      Returns:
      result of comparison
    • hashCode

      public int hashCode()
      Return hash code for this object
      Overrides:
      hashCode in class SoftwareCapabilityProperties
      Returns:
      int hash code