blackboard.cms.workflow
Class WorkflowStatus

java.lang.Object
  extended byblackboard.data.BbObject
      extended byblackboard.cms.workflow.WorkflowStatus
All Implemented Interfaces:
java.lang.Cloneable, blackboard.data.IBbObject

public class WorkflowStatus
extends blackboard.data.BbObject

The WorkflowStatus class provides a representation of a workflow within the Blackboard application.

Since:
Bb CS 1.0
Version:
$Revision: $

Field Summary
static blackboard.persist.DataType DATA_TYPE
          Object data type constant used in brokering loaders and persisters
 
Fields inherited from class blackboard.data.BbObject
_bbAttributes
 
Constructor Summary
WorkflowStatus()
          Creates an instance of WorkflowStatus with default property values.
 
Method Summary
 boolean getCompletedInd()
          Returns a flag that denotes whether the WorkflowStatus is completed.
 blackboard.persist.DataType getDataType()
          Returns the DataType identifier for this object.
 java.lang.String getTitle()
          Returns the Title for the WorkflowStatus.
 java.lang.String getWorkflowType()
          Returns the Workflow Type for the WorkflowType.
 void setCompletedInd(boolean val)
          Sets a flag that denotes whether the WorkflowStatus is completed.
 void setTitle(java.lang.String strTitle)
          Sets the Title for the WorkflowType.
 void setWorkflowType(java.lang.String strWorkflowType)
          Sets the Workflow Type for the WorkflowType.
 
Methods inherited from class blackboard.data.BbObject
clone, getBbAttributes, getCreatedDate, getId, getModifiedDate, persist, setCreatedDate, setId, setModifiedDate, toString, validate
 
Methods inherited from class java.lang.Object
equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Field Detail

DATA_TYPE

public static final blackboard.persist.DataType DATA_TYPE
Object data type constant used in brokering loaders and persisters

Constructor Detail

WorkflowStatus

public WorkflowStatus()
Creates an instance of WorkflowStatus with default property values.

Method Detail

getCompletedInd

public boolean getCompletedInd()
Returns a flag that denotes whether the WorkflowStatus is completed.

Returns:
true if the WorkflowStatus is completed, false otherwise.

setCompletedInd

public void setCompletedInd(boolean val)
Sets a flag that denotes whether the WorkflowStatus is completed.

Parameters:
val - true if the WorkflowStatus is completed, false otherwise.

getTitle

public java.lang.String getTitle()
Returns the Title for the WorkflowStatus.

Returns:
a String representing the Title for the WorkflowStatus.

setTitle

public void setTitle(java.lang.String strTitle)
Sets the Title for the WorkflowType.

Parameters:
strTitle - a String representing the Title for the WorkflowType.

getWorkflowType

public java.lang.String getWorkflowType()
Returns the Workflow Type for the WorkflowType.

Returns:
a String representing the Workflow Type for the WorkflowType.

setWorkflowType

public void setWorkflowType(java.lang.String strWorkflowType)
Sets the Workflow Type for the WorkflowType.

Parameters:
strWorkflowType - a String representing the Workflow Type for the WorkflowType.

getDataType

public blackboard.persist.DataType getDataType()
Returns the DataType identifier for this object. Can be used to uniquely identify the "type" of this data object.

Returns:
the DataType for this object


Copyright © 2003-2004 Blackboard, Inc. All Rights Reserved.