blackboard.cms.workflow
Class WorkflowType

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

public class WorkflowType
extends blackboard.data.BbObject

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

Since:
Bb CS 1.0
Version:
$Revision: $

Field Summary
static java.lang.String APPROVE
           
static java.lang.String COMPLETE
           
static blackboard.persist.DataType DATA_TYPE
          Object data type constant used in brokering loaders and persisters
static java.lang.String GRADE
           
static java.lang.String REMIND
           
static java.lang.String REVIEW
           
static java.lang.String SHARE
           
 
Fields inherited from class blackboard.data.BbObject
_bbAttributes
 
Constructor Summary
WorkflowType()
          Creates an instance of WorkflowType with default property values.
 
Method Summary
 blackboard.persist.DataType getDataType()
          Returns the DataType identifier for this object.
 java.lang.String getTitle()
          Returns the Title for the WorkflowType.
 java.lang.String getWorkflowType()
          Returns the Workflow Type for the WorkflowType.
 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


APPROVE

public static final java.lang.String APPROVE
See Also:
Constant Field Values

COMPLETE

public static final java.lang.String COMPLETE
See Also:
Constant Field Values

GRADE

public static final java.lang.String GRADE
See Also:
Constant Field Values

REMIND

public static final java.lang.String REMIND
See Also:
Constant Field Values

REVIEW

public static final java.lang.String REVIEW
See Also:
Constant Field Values

SHARE

public static final java.lang.String SHARE
See Also:
Constant Field Values
Constructor Detail

WorkflowType

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

Method Detail

getTitle

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

Returns:
a String representing the Title for the WorkflowType.

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.