java.lang.Object | ||
↳ | com.priint.comet.model.Comet3EntityData | |
↳ | com.priint.comet.model.Element |
Java class for the Comet3 Element type.
This type is used for e.g. table select scripts.
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
|
Get attributes comet 3 attribute [ ].
Gets class id.
Gets content.
Gets format string.
Gets id.
Gets id 2.
Gets id 3.
Gets string id.
Gets template id.
Sets class id.
classId | the class id |
---|
Sets content.
content | the content |
---|
Sets format string.
formatString | the format string |
---|
Sets id.
id | the id |
---|
Sets id 2.
id2 | the id 2 |
---|
Sets id 3.
id3 | the id 3 |
---|
Sets string id.
stringId | the string id |
---|
Sets template id.
templateId | the template id |
---|