Class Element

  • All Implemented Interfaces:
    java.io.Serializable

    public class Element
    extends Comet3EntityData
    Java class for the Comet3 Element type.
    This type is used for e.g. table select scripts.
    See Also:
    Serialized Form
    • Constructor Detail

      • Element

        public Element()
    • Method Detail

      • 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 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 string id
      • getClassId

        public int getClassId()
        Gets class id.
        Returns:
        the class id
      • setClassId

        public void setClassId​(int classId)
        Sets class id.
        Parameters:
        classId - the class id
      • getTemplateId

        public int getTemplateId()
        Gets template id.
        Returns:
        the template id
      • setTemplateId

        public void setTemplateId​(int templateId)
        Sets template id.
        Parameters:
        templateId - the template id
      • getFormatString

        public java.lang.String getFormatString()
        Gets format string.
        Returns:
        the format string
      • setFormatString

        public void setFormatString​(java.lang.String formatString)
        Sets format string.
        Parameters:
        formatString - the format string
      • setContent

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

        public java.lang.String toString()
        Overrides:
        toString in class java.lang.Object