Class 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 class  WorkflowStatus.WorkflowStatusAttribute
      Attributes 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()  
    • Constructor Detail

      • WorkflowStatus

        public WorkflowStatus()
    • Method Detail

      • 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
      • setContent

        public void setContent​(java.lang.String content)
        Description copied from class: Comet3EntityData
        Sets content.
        Specified by:
        setContent in class Comet3EntityData
        Parameters:
        content - the content
      • toString

        public java.lang.String toString()
        Overrides:
        toString in class java.lang.Object