Class CometTemplate.Record

    • Constructor Detail

      • Record

        public Record()
        Instantiates a new record.
      • Record

        public Record​(int id,
                      int id2,
                      int id3,
                      java.lang.String stringid)
        Instantiates a new record.
        Parameters:
        id - the id
        id2 - the id 2
        id3 - the id 3
        stringid - the stringid
    • Method Detail

      • getId2

        public int getId2()
        Gets the id 2.
        Returns:
        the id 2
      • getId3

        public int getId3()
        Gets the id 3.
        Returns:
        the id 3
      • getStringid

        public java.lang.String getStringid()
        Gets the stringid.
        Returns:
        the stringid
      • setId2

        public void setId2​(int id2)
        Sets the id 2.
        Parameters:
        id2 - the new id 2
      • setId3

        public void setId3​(int id3)
        Sets the id 3.
        Parameters:
        id3 - the new id 3
      • setStringid

        public void setStringid​(java.lang.String stringid)
        Sets the stringid.
        Parameters:
        stringid - the new stringid