com.atlassian.confluence.it
Class Group

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

public class Group
extends java.lang.Object
implements Entity


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

Field Detail

USERS

public static final Group USERS

ADMINISTRATORS

public static final Group ADMINISTRATORS
Constructor Detail

Group

public Group(java.lang.String groupname)
Method Detail

getGroupname

public java.lang.String getGroupname()

getName

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

Specified by:
getName in interface Entity

getNameField

public java.lang.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 java.lang.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(java.lang.Object o)
Overrides:
equals in class java.lang.Object

hashCode

public int hashCode()
Overrides:
hashCode in class java.lang.Object


Copyright © 2003-2010 Atlassian. All Rights Reserved.