Class Common.Record

  • All Implemented Interfaces:
    java.io.Serializable
    Enclosing class:
    Common

    public static class Common.Record
    extends Comet3Entity
    The type Record.
    See Also:
    Serialized Form
    • 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
      • Record

        public Record​(CometTemplate.Record record)
        Instantiates a new Record.
        Parameters:
        record - the record
    • Method Detail

      • getId2

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

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

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

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

        public java.lang.String getStringId()
        Gets string id.
        Returns:
        the string id
      • setStringId

        public void setStringId​(java.lang.String stringid)
        Sets string id.
        Parameters:
        stringid - the stringid
      • setId

        public void setId​(int id)
        Description copied from class: Comet3Entity
        Sets id.
        Overrides:
        setId in class Comet3Entity
        Parameters:
        id - the id