Class FileSystemProperties

    • Constructor Detail

      • FileSystemProperties

        public FileSystemProperties()
        Default constructor
      • FileSystemProperties

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

        public FileSystemProperties​(SoftwareCapabilitiesProperties template)
        Copy/clone constructor from OCF bean.
        Parameters:
        template - object to copy
    • Method Detail

      • 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
      • equals

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