Class CometTemplate.Record

All Implemented Interfaces:
Serializable
Enclosing class:
CometTemplate

@CometTypeConstraints(calculateIds=false, referenceBinding=NONE) public static class CometTemplate.Record extends CometEntity
The Class 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
  • Method Details

    • 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 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(String stringid)
      Sets the stringid.
      Parameters:
      stringid - the new stringid