Class WorkflowStatus
java.lang.Object
com.priint.pubserver.comet.bridge.entitydata.Comet3EntityData
com.priint.pubserver.comet.bridge.entitydata.WorkflowStatus
- All Implemented Interfaces:
Serializable
Java class for the Comet3 WorkflowStatus type.
This type is used for e.g. table select scripts.
This type is used for e.g. table select scripts.
- See Also:
-
Nested Class Summary
Nested ClassesModifier and TypeClassDescriptionstatic enumAttributes 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 -
Method Summary
Modifier and TypeMethodDescriptionGets action id.Get attributes comet 3 attribute [ ].Gets content.getId()Gets id.getLabel()Gets label.getType()Gets type.voidsetActionId(String actionId) Sets action id.voidsetContent(String content) Sets content.voidSets id.voidSets label.voidSets type.toString()Methods inherited from class com.priint.pubserver.comet.bridge.entitydata.Comet3EntityData
get, getAsObject, set, setAsObject, toStringList
-
Constructor Details
-
WorkflowStatus
public WorkflowStatus()
-
-
Method Details
-
getAttributes
Description copied from class:Comet3EntityDataGet attributes comet 3 attribute [ ].- Specified by:
getAttributesin classComet3EntityData- Returns:
- the comet 3 attribute [ ]
-
getId
Gets id.- Returns:
- the id
-
setId
Sets id.- Parameters:
id- the id
-
getLabel
Gets label.- Returns:
- the label
-
setLabel
Sets label.- Parameters:
label- the label
-
getType
Gets type.- Returns:
- the type
-
setType
Sets type.- Parameters:
type- the type
-
getActionId
Gets action id.- Returns:
- the action id
-
setActionId
Sets action id.- Parameters:
actionId- the action id
-
getContent
Description copied from class:Comet3EntityDataGets content.- Specified by:
getContentin classComet3EntityData- Returns:
- the content
-
setContent
Description copied from class:Comet3EntityDataSets content.- Specified by:
setContentin classComet3EntityData- Parameters:
content- the content
-
toString
-