universe.common.database
Class GalaxyID

java.lang.Object
  |
  +--universe.common.database.Index
        |
        +--universe.common.database.GalaxyID
All Implemented Interfaces:
java.lang.Cloneable, java.io.Serializable

public final class GalaxyID
extends Index

This class is used to access Galaxy objects in the database.

Version:
$Id: GalaxyID.java,v 1.1 2001/07/04 19:55:07 uid42335 Exp $
See Also:
GalaxyBase, Serialized Form

Field Summary
 
Fields inherited from class universe.common.database.Index
 
Constructor Summary
GalaxyID()
           
GalaxyID(int in)
           
 
Methods inherited from class universe.common.database.Index
equals, get, hashCode, increment, set, toString
 
Methods inherited from class java.lang.Object
clone, finalize, getClass, notify, notifyAll, wait, wait, wait
 

Constructor Detail

GalaxyID

public GalaxyID()

GalaxyID

public GalaxyID(int in)


Copyright © 2001 Universe Dev Team All Rights Reserved.