Class WorkflowStatus

java.lang.Object
com.priint.pubserver.comet.bridge.entitydata.Comet3EntityData
com.priint.pubserver.comet.bridge.entitydata.WorkflowStatus
All Implemented Interfaces:
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:
  • Constructor Details

    • WorkflowStatus

      public WorkflowStatus()
  • Method Details

    • getAttributes

      public Comet3Attribute[] getAttributes()
      Description copied from class: Comet3EntityData
      Get attributes comet 3 attribute [ ].
      Specified by:
      getAttributes in class Comet3EntityData
      Returns:
      the comet 3 attribute [ ]
    • getId

      public String getId()
      Gets id.
      Returns:
      the id
    • setId

      public void setId(String id)
      Sets id.
      Parameters:
      id - the id
    • getLabel

      public String getLabel()
      Gets label.
      Returns:
      the label
    • setLabel

      public void setLabel(String label)
      Sets label.
      Parameters:
      label - the label
    • getType

      public String getType()
      Gets type.
      Returns:
      the type
    • setType

      public void setType(String type)
      Sets type.
      Parameters:
      type - the type
    • getActionId

      public String getActionId()
      Gets action id.
      Returns:
      the action id
    • setActionId

      public void setActionId(String actionId)
      Sets action id.
      Parameters:
      actionId - the action id
    • getContent

      public String getContent()
      Description copied from class: Comet3EntityData
      Gets content.
      Specified by:
      getContent in class Comet3EntityData
      Returns:
      the content
    • setContent

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

      public String toString()
      Overrides:
      toString in class Object