com.atlassian.confluence.it
Class Group

java.lang.Object
  extended by com.atlassian.confluence.it.Group
All Implemented Interfaces:
Entity

public class Group
extends Object
implements Entity


Nested Class Summary
static class Group.Simpsons
           
 
Field Summary
static Group ADMINISTRATORS
           
static Group USERS
           
 
Constructor Summary
Group(String groupname)
           
 
Method Summary
 boolean equals(Object o)
           
 String getDisplayName()
          Returns the display name of the Entity, eg full name for Users.
 String getGroupname()
           
 String getName()
          Returns the Entity name.
 String getNameField()
          Returns the name of the field that stores the Entity name.
 int hashCode()
           
 String toString()
           
 
Methods inherited from class java.lang.Object
clone, finalize, getClass, notify, notifyAll, wait, wait, wait
 

Field Detail

USERS

public static final Group USERS

ADMINISTRATORS

public static final Group ADMINISTRATORS
Constructor Detail

Group

public Group(String groupname)
Method Detail

getGroupname

public String getGroupname()

getName

public String getName()
Description copied from interface: Entity
Returns the Entity name.

Specified by:
getName in interface Entity

getNameField

public String getNameField()
Description copied from interface: Entity
Returns the name of the field that stores the Entity name.

Specified by:
getNameField in interface Entity

getDisplayName

public String getDisplayName()
Description copied from interface: Entity
Returns the display name of the Entity, eg full name for Users.

Specified by:
getDisplayName in interface Entity
Returns:

equals

public boolean equals(Object o)
Overrides:
equals in class Object

hashCode

public int hashCode()
Overrides:
hashCode in class Object

toString

public String toString()
Overrides:
toString in class Object


Copyright © 2003-2011 Atlassian. All Rights Reserved.