|
|||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||||
java.lang.Objectblackboard.data.BbObject
blackboard.cms.workflow.WorkflowComment
The WorkflowComment class provides a representation of a workflow
within the Blackboard application.
| 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 |
public static final blackboard.persist.DataType DATA_TYPE
| Constructor Detail |
public WorkflowComment()
Workflow with default property values.
| Method Detail |
public java.lang.String getComment()
WorkflowComment.
String representing the Comment for the WorkflowComment.public void setComment(java.lang.String str)
WorkflowComment.
str - a String representing the Comment for the WorkflowComment.public java.util.Calendar getDatePosted()
WorkflowComment.
Calendar representing the Due Date for the WorkflowComment.public void setDatePosted(java.util.Calendar cal)
WorkflowComment.
cal - a Calendar representing the Due Date for the WorkflowComment.public blackboard.persist.Id getUserId()
Id for the WorkflowComment.
Id representing the User <@link Id} for the WorkflowComment.public void setUserId(blackboard.persist.Id id)
Id for the WorkflowComment.
id - an Id representing the User <@link Id} for the WorkflowComment.public blackboard.persist.Id getWorkflowId()
Id for the WorkflowComment.
Id representing the Workflow <@link Id} for the WorkflowComment.public void setWorkflowId(blackboard.persist.Id id)
Id for the WorkflowComment.
id - an Id representing the Workflow <@link Id} for the WorkflowComment.public blackboard.persist.DataType getDataType()
DataType identifier for this object. Can be used to
uniquely identify the "type" of this data object.
DataType for this object
|
|||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||||