|
||||||||||
| 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
public class WorkflowComment
The WorkflowComment class provides a representation of a workflow
within the Blackboard application.
| Field Summary | |
|---|---|
static blackboard.persist.DataType |
DATA_TYPE
Deprecated. Object data type constant used in brokering loaders and persisters |
| Fields inherited from class blackboard.data.BbObject |
|---|
_bbAttributes |
| Constructor Summary | |
|---|---|
WorkflowComment()
Deprecated. Creates an instance of Workflow with default property values. |
|
| Method Summary | |
|---|---|
java.lang.String |
getComment()
Deprecated. |
blackboard.base.FormattedText |
getCommentFormatted()
Deprecated. Returns the Comment for the WorkflowComment. |
blackboard.persist.DataType |
getDataType()
Deprecated. Returns the DataType identifier for this object. |
java.util.Calendar |
getDatePosted()
Deprecated. Returns the Due Date for the WorkflowComment. |
blackboard.persist.Id |
getUserId()
Deprecated. Returns the User Id for the WorkflowComment. |
blackboard.persist.Id |
getWorkflowId()
Deprecated. Returns the Workflow Id for the WorkflowComment. |
void |
setComment(blackboard.base.FormattedText comment)
Deprecated. Sets the Comment for the WorkflowComment. |
void |
setComment(java.lang.String str)
Deprecated. |
void |
setDatePosted(java.util.Calendar cal)
Deprecated. Sets the Due Date for the WorkflowComment. |
void |
setUserId(blackboard.persist.Id id)
Deprecated. Sets the User Id for the WorkflowComment. |
void |
setWorkflowId(blackboard.persist.Id id)
Deprecated. 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 blackboard.base.FormattedText getCommentFormatted()
WorkflowComment.
FormattedText representing the Comment for the WorkflowComment.public void setComment(java.lang.String str)
WorkflowComment.
str - a String representing the Comment for the WorkflowComment.public void setComment(blackboard.base.FormattedText comment)
WorkflowComment.
str - a FormattedText 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.
getDataType in interface blackboard.data.IBbObjectgetDataType in interface blackboard.data.IdentifiablegetDataType in class blackboard.data.BbObjectDataType for this object
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||