Assignee Class

com.bea.wli.worklist.api
Assignee Class

public class Assignee

    extends Object
    implements Serializable

This class provides information about the task assignee.


Hierarchy
Object
  Assignee
All Implemented Interfaces

Serializable

Field Summary

protected String
groups
String
public volatile int
hashCode
int
protected String
users
String
 

Constructor Summary

Assignee()

 

Method Summary

public boolean
equals(Object other)
public String[]
getAll()
public String[]
getGroups()
public String[]
getUsers()
public int
hashCode()
public void
setGroups(String[] groups)
public void
setUsers(String[] users)
 
Methods from class java.lang.Object
clone, finalize, getClass, notify, notifyAll, toString, wait, wait, wait
   

Field Detail

groups

protected String groups


hashCode

public volatile int hashCode


users

protected String users

 

Constructor Detail

Assignee

public Assignee()
 

Method Detail

equals(Object) Method

public boolean equals(Object other)
Overrides
Object.equals(Object)

getAll() Method

public String[] getAll()

getGroups() Method

public String[] getGroups()

getUsers() Method

public String[] getUsers()

hashCode() Method

public int hashCode()
Overrides
Object.hashCode()

setGroups(String[]) Method

public void setGroups(String[] groups)

setUsers(String[]) Method

public void setUsers(String[] users)