|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: INNER | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Object | +--com.ibm.itim.workflow.model.Assignment
This class provides general information about an assignment, or work item.
Constructor Summary | |
Assignment()
|
Method Summary | |
long |
getActivityId()
Returns the ID of the activity associated with this assignment. |
ActivityParticipant |
getActivityParticipant()
Returns the participant of the assignment. |
java.lang.String |
getActivitySubType()
Returns the sub-type of the activity associated with this assignment. |
java.lang.String |
getActivityType()
Return the type of the activity associated with this assignment. |
long |
getId()
Returns the identifier of the assignment. |
long |
getProcessId()
Returns the ID of the process that is running this assignment. |
java.lang.String |
getRequestee()
Returns the name of the process requestee associated with this assignment. |
java.lang.String |
getRequester()
Returns the name of the process requester associated with this assignment. |
java.lang.String |
getSubject()
Returns the subject of the process associated with this assignment. |
java.util.Date |
getTimeCreated()
Returns the date/time the assignment was made. |
void |
setActivityId(long activityId)
Changes the ID of the activity associated with this assignment. |
void |
setActivitySubType(java.lang.String activitySubType)
Changes the sub-type of the activity associated with this assignment. |
void |
setActivityType(java.lang.String activityType)
Changes the type of the activity associated with this assignment. |
void |
setId(long id)
Changes the identifier of the assignment. |
void |
setParticipant(ActivityParticipant participant)
Changes the participant of the assignment. |
void |
setProcessId(long processId)
Changes the ID of the assignment process. |
void |
setRequestee(java.lang.String requestee)
Changes the name of the process requestee associated with this assignment. |
void |
setRequester(java.lang.String requester)
Changes the name of the process requester associated with this assignment. |
void |
setSubject(java.lang.String subject)
Changes the subject of the process associated with this assignment. |
void |
setTimeCreated(java.util.Date timeCreated)
|
Methods inherited from class java.lang.Object |
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
public Assignment()
Method Detail |
public long getId()
public void setId(long id)
ID
- of the assignment.public ActivityParticipant getActivityParticipant()
public void setParticipant(ActivityParticipant participant)
participant
- ActivityParticipant of the assignment.public java.util.Date getTimeCreated()
public void setTimeCreated(java.util.Date timeCreated)
public long getProcessId()
public void setProcessId(long processId)
processId
- ID of the assignment process.public long getActivityId()
public void setActivityId(long activityId)
ID
- of the activity associated with this assignment.public java.lang.String getActivityType()
public void setActivityType(java.lang.String activityType)
Type
- of the activity associated with this assignment.public java.lang.String getActivitySubType()
public void setActivitySubType(java.lang.String activitySubType)
Sub-type
- of the activity associated with this assignment,
the empty string if not applicable.public java.lang.String getSubject()
public void setSubject(java.lang.String subject)
subject
- Subject of the process associated with this assignment.public java.lang.String getRequestee()
public void setRequestee(java.lang.String requestee)
name
- Name of the process requestee associated with this assignment.public java.lang.String getRequester()
public void setRequester(java.lang.String requester)
name
- Name of the process requester associated with this assignment.
|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: INNER | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |