Class Element
- java.lang.Object
-
- com.priint.pubserver.comet.bridge.entitydata.Comet3EntityData
-
- com.priint.pubserver.comet.bridge.entitydata.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
-
-
Nested Class Summary
Nested Classes Modifier and Type Class Description static classElement.ElementAttributeAttributes for the Comet3 Element type.
CAUTION! Do not change the order of these attributes or add or remove attributes, otherwise the InDesign Comet Plug-Ins and other clients will misinterpret the data sent from the Publishing Server.static classElement.PlacementTypeThe enum Placement type.
-
Constructor Summary
Constructors Constructor Description Element()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description Comet3Attribute[]getAttributes()Get attributes comet 3 attribute [ ].intgetClassId()Gets class id.java.lang.StringgetContent()Gets content.java.lang.StringgetFormatString()Gets format string.intgetId()Gets id.intgetId2()Gets id 2.intgetId3()Gets id 3.java.lang.StringgetStringId()Gets string id.intgetTemplateId()Gets template id.voidsetClassId(int classId)Sets class id.voidsetContent(java.lang.String content)Sets content.voidsetFormatString(java.lang.String formatString)Sets format string.voidsetId(int id)Sets id.voidsetId2(int id2)Sets id 2.voidsetId3(int id3)Sets id 3.voidsetStringId(java.lang.String stringId)Sets string id.voidsetTemplateId(int templateId)Sets template id.java.lang.StringtoString()-
Methods inherited from class com.priint.pubserver.comet.bridge.entitydata.Comet3EntityData
get, getAsObject, set, setAsObject, toStringList
-
-
-
-
Method Detail
-
getAttributes
public Comet3Attribute[] getAttributes()
Description copied from class:Comet3EntityDataGet attributes comet 3 attribute [ ].- Specified by:
getAttributesin classComet3EntityData- 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 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
-
getContent
public java.lang.String getContent()
Description copied from class:Comet3EntityDataGets content.- Specified by:
getContentin classComet3EntityData- Returns:
- the content
-
setContent
public void setContent(java.lang.String content)
Description copied from class:Comet3EntityDataSets content.- Specified by:
setContentin classComet3EntityData- Parameters:
content- the content
-
toString
public java.lang.String toString()
- Overrides:
toStringin classjava.lang.Object
-
-