Assignee Class
- public class Assignee
extends Object
implements Serializable
This class provides information about the task assignee.
-
Hierarchy
-
Object
Assignee
-
All Implemented Interfaces
-
Serializable
groups
protected String groups
hashCode
public volatile int hashCode
users
protected String users
Assignee
public Assignee()
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)