net.sourceforge.neurosdbm.db
Class MDBGroupID

java.lang.Object
  extended bynet.sourceforge.neurosdbm.db.MDBGroupID
All Implemented Interfaces:
java.lang.Comparable

public class MDBGroupID
extends java.lang.Object
implements java.lang.Comparable

This class is used to uniquely identify MDBGroups. This class is used in displaying information, database queries, and numerous other things.


Field Summary
(package private) static int nextNumber
           
private  int value
           
 
Constructor Summary
private MDBGroupID()
          Private constructor controls the creation of MDBGroupIDs.
 
Method Summary
 int compareTo(java.lang.Object obj)
           
 boolean equals(java.lang.Object obj)
           
(package private) static MDBGroupID getNext()
          Get a new MDBGroupID.
 java.lang.String toString()
           
 
Methods inherited from class java.lang.Object
clone, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Field Detail

nextNumber

static int nextNumber

value

private int value
Constructor Detail

MDBGroupID

private MDBGroupID()
Private constructor controls the creation of MDBGroupIDs.

Method Detail

getNext

static MDBGroupID getNext()
Get a new MDBGroupID.


compareTo

public int compareTo(java.lang.Object obj)
Specified by:
compareTo in interface java.lang.Comparable

equals

public boolean equals(java.lang.Object obj)

toString

public java.lang.String toString()


Copyright © 2004 NeurosDBM Dev Team All Rights Reserved.