public class DemoGroup extends Object implements Group
| Constructor and Description |
|---|
DemoGroup(String name,
long directoryId,
boolean active,
String description,
GroupType type) |
| Modifier and Type | Method and Description |
|---|---|
int |
compareTo(Group o) |
boolean |
equals(Object o)
Implementations must ensure equality based on
getDirectoryId() and case-insensitive getName().
|
String |
getDescription() |
long |
getDirectoryId() |
String |
getName() |
GroupType |
getType() |
int |
hashCode()
Implementations must produce a hashcode based on
getDirectoryId() and case-insensitive getName().
|
boolean |
isActive() |
static DemoGroup |
newInstance(String name,
boolean active,
String description) |
public GroupType getType()
public boolean isActive()
public String getDescription()
getDescription in interface Groupnull if there is no description.public int compareTo(Group o)
compareTo in interface Comparable<Group>public long getDirectoryId()
getDirectoryId in interface DirectoryEntitypublic String getName()
getName in interface DirectoryEntitypublic boolean equals(Object o)
DirectoryEntityequals in interface DirectoryEntityequals in class Objecto - object to compare to.true if and only if the directoryId
and the lowercase names of the directory entities match.public int hashCode()
DirectoryEntityhashCode in interface DirectoryEntityhashCode in class ObjectCopyright © 2016 Atlassian. All rights reserved.