Class Header

    • Constructor Detail

      • Header

        public Header()
    • Method Detail

      • equals

        public boolean equals​(Object obj)
        Overrides the Object.equals method.
        Overrides:
        equals in class Object
        Parameters:
        obj -
        Returns:
        true if the objects are equal.
      • getCreated

        public String getCreated()
        Returns the value of field 'created'. The field 'created' has the following description: Creation time in the 'dow mon dd hh:mm:ss zzz yyyy' format.
        Returns:
        the value of field 'Created'.
      • getMstation

        public String getMstation()
        Returns the value of field 'mstation'. The field 'mstation' has the following description: Monitoring station? This is seemingly unused.
        Returns:
        the value of field 'Mstation'.
      • getRev

        public String getRev()
        Returns the value of field 'rev'. The field 'rev' has the following description: Revision of this file.
        Returns:
        the value of field 'Rev'.
      • hashCode

        public int hashCode()
        Method hashCode.
        Overrides:
        hashCode in class Object
        Returns:
        a hash code value for the object.
      • setCreated

        public void setCreated​(String created)
        Sets the value of field 'created'. The field 'created' has the following description: Creation time in the 'dow mon dd hh:mm:ss zzz yyyy' format.
        Parameters:
        created - the value of field 'created'.
      • setMstation

        public void setMstation​(String mstation)
        Sets the value of field 'mstation'. The field 'mstation' has the following description: Monitoring station? This is seemingly unused.
        Parameters:
        mstation - the value of field 'mstation'.
      • setRev

        public void setRev​(String rev)
        Sets the value of field 'rev'. The field 'rev' has the following description: Revision of this file.
        Parameters:
        rev - the value of field 'rev'.