Class WorkflowStatus
- java.lang.Object
-
- com.priint.pubserver.comet.bridge.entitydata.Comet3EntityData
-
- com.priint.pubserver.comet.bridge.entitydata.WorkflowStatus
-
- All Implemented Interfaces:
java.io.Serializable
public class WorkflowStatus extends Comet3EntityData
Java class for the Comet3 WorkflowStatus 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 classWorkflowStatus.WorkflowStatusAttributeAttributes for the Comet3 WorkflowStatus 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.
-
Constructor Summary
Constructors Constructor Description WorkflowStatus()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description java.lang.StringgetActionId()Gets action id.Comet3Attribute[]getAttributes()Get attributes comet 3 attribute [ ].java.lang.StringgetContent()Gets content.java.lang.StringgetId()Gets id.java.lang.StringgetLabel()Gets label.java.lang.StringgetType()Gets type.voidsetActionId(java.lang.String actionId)Sets action id.voidsetContent(java.lang.String content)Sets content.voidsetId(java.lang.String id)Sets id.voidsetLabel(java.lang.String label)Sets label.voidsetType(java.lang.String type)Sets type.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 java.lang.String getId()
Gets id.- Returns:
- the id
-
setId
public void setId(java.lang.String id)
Sets id.- Parameters:
id- the id
-
getLabel
public java.lang.String getLabel()
Gets label.- Returns:
- the label
-
setLabel
public void setLabel(java.lang.String label)
Sets label.- Parameters:
label- the label
-
getType
public java.lang.String getType()
Gets type.- Returns:
- the type
-
setType
public void setType(java.lang.String type)
Sets type.- Parameters:
type- the type
-
getActionId
public java.lang.String getActionId()
Gets action id.- Returns:
- the action id
-
setActionId
public void setActionId(java.lang.String actionId)
Sets action id.- Parameters:
actionId- the action id
-
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
-
-