blackboard.cms.workflow
Class WorkflowComment

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

public class WorkflowComment
extends blackboard.data.BbObject

The WorkflowComment 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
WorkflowComment()
          Creates an instance of Workflow with default property values.
 
Method Summary
 java.lang.String getComment()
          Returns the Comment for the WorkflowComment.
 blackboard.persist.DataType getDataType()
          Returns the DataType identifier for this object.
 java.util.Calendar getDatePosted()
          Returns the Due Date for the WorkflowComment.
 blackboard.persist.Id getUserId()
          Returns the User Id for the WorkflowComment.
 blackboard.persist.Id getWorkflowId()
          Returns the Workflow Id for the WorkflowComment.
 void setComment(java.lang.String str)
          Sets the Comment for the WorkflowComment.
 void setDatePosted(java.util.Calendar cal)
          Sets the Due Date for the WorkflowComment.
 void setUserId(blackboard.persist.Id id)
          Sets the User Id for the WorkflowComment.
 void setWorkflowId(blackboard.persist.Id id)
          Sets the Workflow Id for the WorkflowComment.
 
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

WorkflowComment

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

Method Detail

getComment

public java.lang.String getComment()
Returns the Comment for the WorkflowComment.

Returns:
a String representing the Comment for the WorkflowComment.

setComment

public void setComment(java.lang.String str)
Sets the Comment for the WorkflowComment.

Parameters:
str - a String representing the Comment for the WorkflowComment.

getDatePosted

public java.util.Calendar getDatePosted()
Returns the Due Date for the WorkflowComment.

Returns:
a Calendar representing the Due Date for the WorkflowComment.

setDatePosted

public void setDatePosted(java.util.Calendar cal)
Sets the Due Date for the WorkflowComment.

Parameters:
cal - a Calendar representing the Due Date for the WorkflowComment.

getUserId

public blackboard.persist.Id getUserId()
Returns the User Id for the WorkflowComment.

Returns:
an Id representing the User <@link Id} for the WorkflowComment.

setUserId

public void setUserId(blackboard.persist.Id id)
Sets the User Id for the WorkflowComment.

Parameters:
id - an Id representing the User <@link Id} for the WorkflowComment.

getWorkflowId

public blackboard.persist.Id getWorkflowId()
Returns the Workflow Id for the WorkflowComment.

Returns:
an Id representing the Workflow <@link Id} for the WorkflowComment.

setWorkflowId

public void setWorkflowId(blackboard.persist.Id id)
Sets the Workflow Id for the WorkflowComment.

Parameters:
id - an Id representing the Workflow <@link Id} for the WorkflowComment.

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.