Class Common.Record

All Implemented Interfaces:
Serializable
Enclosing class:
Common

public static class Common.Record extends Comet3Entity
The type Record.
See Also:
  • Constructor Details

    • Record

      public Record()
      Instantiates a new Record.
    • Record

      public Record(int id, int id2, int id3, 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 Details

    • 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 String getStringId()
      Gets string id.
      Returns:
      the string id
    • setStringId

      public void setStringId(String stringid)
      Sets string id.
      Parameters:
      stringid - the stringid
    • getId

      public int getId()
      Description copied from class: Comet3Entity
      Gets id.
      Overrides:
      getId in class Comet3Entity
      Returns:
      the id
    • setId

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