org.exist.security
Class Group

java.lang.Object
  extended by org.exist.security.Group
All Implemented Interfaces:
Comparable

public class Group
extends Object
implements Comparable


Constructor Summary
Group(Element element)
           
Group(String name, int id)
           
 
Method Summary
 int compareTo(Object other)
           
 int getId()
           
 String getName()
           
 String toString()
           
 
Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Constructor Detail

Group

public Group(String name,
             int id)

Group

public Group(Element element)
      throws DatabaseConfigurationException
Throws:
DatabaseConfigurationException
Method Detail

getName

public String getName()

getId

public int getId()

compareTo

public int compareTo(Object other)
Specified by:
compareTo in interface Comparable

toString

public String toString()
Overrides:
toString in class Object


Copyright (C) Wolfgang Meier. All rights reserved.