com.bea.wli.worklist.api
Class Assignee

java.lang.Object
  extended bycom.bea.wli.worklist.api.Assignee
All Implemented Interfaces:
Serializable

public class Assignee
extends Object
implements Serializable

This class provides information about the task assignee.

See Also:
Serialized Form

Field Summary
 int hashCode
           
 
Constructor Summary
Assignee()
           
 
Method Summary
 boolean equals(Object other)
           
 String[] getAll()
           
 String[] getGroups()
           
 String[] getUsers()
           
 int hashCode()
           
 void setGroups(String[] groups)
           
 void setUsers(String[] users)
           
 String toString()
           
 
Methods inherited from class java.lang.Object
getClass, notify, notifyAll, wait, wait, wait
 

Field Detail

hashCode

public volatile int hashCode
Constructor Detail

Assignee

public Assignee()
Method Detail

getUsers

public String[] getUsers()

setUsers

public void setUsers(String[] users)

getGroups

public String[] getGroups()

setGroups

public void setGroups(String[] groups)

getAll

public String[] getAll()

equals

public boolean equals(Object other)

hashCode

public int hashCode()

toString

public String toString()