|
Oracle© Collaboration Suite Workspaces Web Services API Reference 10g Release 1 (10.1.2.2) Part No. B28209-01 |
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Object
oracle.workspaces.ws.beans.TaskAssignee
This class represents the assignee of a workspace task.
Constructor Summary | |
TaskAssignee() Default Constructor |
Method Summary | |
java.lang.String |
getAssignedBy() Gets the task assigner. |
java.util.Calendar |
getAssignedOn() Gets the date of task assignment. |
java.lang.String |
getAssignee() Get the assignee of task - Note: The nickname of the user is returned . |
void |
setAssignee(java.lang.String assignee) Sets the assignee value for this TaskAssignee - Note : The nickname of user ought to be passed here. |
Methods inherited from class java.lang.Object |
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
public TaskAssignee()
Method Detail |
public java.lang.String getAssignedBy()
public java.util.Calendar getAssignedOn()
public java.lang.String getAssignee()
public void setAssignee(java.lang.String assignee)
assignee
-
|
|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |