Class Header

    • Constructor Detail

      • Header

        public Header()
    • Method Detail

      • getCreated

        public String getCreated()
        Returns the value of field 'created'. The field 'created' has the following description: The time at which this log was generated. The time is in the format generated by the java.text.DateFormat using the DateFormat.FULL style for the default locale. For example: "Monday, February 18, 2002 3:01:58 PM EST"
        Returns:
        the value of field 'Created'.
      • getDpName

        public String getDpName()
        Returns the value of field 'dpName'.
        Returns:
        the value of field 'DpName'.
      • 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'.
      • setCreated

        public void setCreated​(String created)
        Sets the value of field 'created'. The field 'created' has the following description: The time at which this log was generated. The time is in the format generated by the java.text.DateFormat using the DateFormat.FULL style for the default locale. For example: "Monday, February 18, 2002 3:01:58 PM EST"
        Parameters:
        created - the value of field 'created'.
      • setDpName

        public void setDpName​(String dpName)
        Sets the value of field 'dpName'.
        Parameters:
        dpName - the value of field 'dpName'.
      • 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'.