public class

Element

extends Comet3EntityData
java.lang.Object
   ↳ com.priint.comet.model.Comet3EntityData
     ↳ com.priint.comet.model.Element

Class Overview

Java class for the Comet3 Element type.
This type is used for e.g. table select scripts.

Summary

Nested Classes
enum Element.ElementAttribute Attributes for the Comet3 Element type. 
enum Element.PlacementType The enum Placement type. 
Public Constructors
Element()
Public Methods
Comet3Attribute[] getAttributes()
Get attributes comet 3 attribute [ ].
int getClassId()
Gets class id.
String getContent()
Gets content.
String getFormatString()
Gets format string.
int getId()
Gets id.
int getId2()
Gets id 2.
int getId3()
Gets id 3.
String getStringId()
Gets string id.
int getTemplateId()
Gets template id.
void setClassId(int classId)
Sets class id.
void setContent(String content)
Sets content.
void setFormatString(String formatString)
Sets format string.
void setId(int id)
Sets id.
void setId2(int id2)
Sets id 2.
void setId3(int id3)
Sets id 3.
void setStringId(String stringId)
Sets string id.
void setTemplateId(int templateId)
Sets template id.
String toString()
[Expand]
Inherited Methods
From class com.priint.comet.model.Comet3EntityData
From class java.lang.Object

Public Constructors

public Element ()

Public Methods

public Comet3Attribute[] getAttributes ()

Get attributes comet 3 attribute [ ].

Returns
  • the comet 3 attribute [ ]

public int getClassId ()

Gets class id.

Returns
  • the class id

public String getContent ()

Gets content.

Returns
  • the content

public String getFormatString ()

Gets format string.

Returns
  • the format string

public int getId ()

Gets id.

Returns
  • the id

public int getId2 ()

Gets id 2.

Returns
  • the id 2

public int getId3 ()

Gets id 3.

Returns
  • the id 3

public String getStringId ()

Gets string id.

Returns
  • the string id

public int getTemplateId ()

Gets template id.

Returns
  • the template id

public void setClassId (int classId)

Sets class id.

Parameters
classId the class id

public void setContent (String content)

Sets content.

Parameters
content the content

public void setFormatString (String formatString)

Sets format string.

Parameters
formatString the format string

public void setId (int id)

Sets id.

Parameters
id the id

public void setId2 (int id2)

Sets id 2.

Parameters
id2 the id 2

public void setId3 (int id3)

Sets id 3.

Parameters
id3 the id 3

public void setStringId (String stringId)

Sets string id.

Parameters
stringId the string id

public void setTemplateId (int templateId)

Sets template id.

Parameters
templateId the template id

public String toString ()