java.lang.Object
com.priint.pubserver.comet.bridge.entitydata.Comet3EntityData
com.priint.pubserver.comet.bridge.entitydata.RecordId
All Implemented Interfaces:
Serializable

public class RecordId extends Comet3EntityData
Java class for the Comet3 RecordId type.
This type is used for e.g. table select scripts.
See Also:
  • Constructor Details

    • RecordId

      public RecordId()
      Instantiates a new Record id.
    • RecordId

      public RecordId(int id1, int id2, int id3, String stringId)
      Instantiates a new Record id.
      Parameters:
      id1 - the id 1
      id2 - the id 2
      id3 - the id 3
      stringId - the string id
  • Method Details

    • getEmpty

      public static final RecordId getEmpty()
      Gets empty.
      Returns:
      the empty
    • getAttributes

      public Comet3Attribute[] getAttributes()
      Description copied from class: Comet3EntityData
      Get attributes comet 3 attribute [ ].
      Specified by:
      getAttributes in class Comet3EntityData
      Returns:
      the comet 3 attribute [ ]
    • getId

      public int getId()
      Gets id.
      Returns:
      the id
    • setId

      public void setId(int id)
      Sets id.
      Parameters:
      id - the id
    • 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 string id
    • getGroupName

      public String getGroupName()
      Gets group name.
      Returns:
      the group name
    • setGroupName

      public void setGroupName(String name)
      Sets group name.
      Parameters:
      name - the name
    • getContent

      public String getContent()
      Description copied from class: Comet3EntityData
      Gets content.
      Specified by:
      getContent in class Comet3EntityData
      Returns:
      the content
    • setContent

      public void setContent(String content)
      Description copied from class: Comet3EntityData
      Sets content.
      Specified by:
      setContent in class Comet3EntityData
      Parameters:
      content - the content
    • toString

      public String toString()
      Overrides:
      toString in class Object