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'.
        Returns:
        the value of field 'Mstation'.
      • getVer

        public String getVer()
        Returns the value of field 'ver'.
        Returns:
        the value of field 'Ver'.
      • 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'.
        Parameters:
        mstation - the value of field 'mstation'.
      • setVer

        public void setVer​(String ver)
        Sets the value of field 'ver'.
        Parameters:
        ver - the value of field 'ver'.