Class DataFileProperties

    • Constructor Detail

      • DataFileProperties

        public DataFileProperties()
        Default constructor
      • DataFileProperties

        public DataFileProperties​(DataFileProperties template)
        Copy/clone constructor
        Parameters:
        template - object to copy
    • Method Detail

      • getFileType

        public String getFileType()
        Return the file type of the file if known.
        Returns:
        file type string
      • setFileType

        public void setFileType​(String fileType)
        Set up the file type of the file if known.
        Parameters:
        fileType - string
      • toString

        public String toString()
        JSON-style toString
        Overrides:
        toString in class DataStoreProperties
        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 DataStoreProperties
        Parameters:
        objectToCompare - test object
        Returns:
        result of comparison
      • hashCode

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