Oracle© Collaboration Suite Workspaces Web Services API Reference
10g Release 1 (10.1.2.2)

Part No. B28209-01


oracle.workspaces.ws.beans
Class TaskAssignee

java.lang.Object
  extended byoracle.workspaces.ws.beans.TaskAssignee


public class TaskAssignee
extends java.lang.Object

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

TaskAssignee

public TaskAssignee()
Default Constructor

Method Detail

getAssignedBy

public java.lang.String getAssignedBy()
Gets the task assigner.
Returns:
assignedBy

getAssignedOn

public java.util.Calendar getAssignedOn()
Gets the date of task assignment.
Returns:
assignedOn

getAssignee

public java.lang.String getAssignee()
Get the assignee of task - Note: The nickname of the user is returned .
Returns:
assignee

setAssignee

public void setAssignee(java.lang.String assignee)
Sets the assignee value for this TaskAssignee - Note : The nickname of user ought to be passed here.
Parameters:
assignee -

Copyright © 2001, 2006, Oracle. All rights reserved.