universe.server.database
Class GalaxyTest

java.lang.Object
  |
  +--universe.common.database.DBItem
        |
        +--universe.server.database.GalaxyBase
              |
              +--universe.server.database.GalaxyTest
All Implemented Interfaces:
java.io.Serializable

public class GalaxyTest
extends GalaxyBase

This class is used for testing...

See Also:
Serialized Form

Field Summary
 
Fields inherited from class universe.server.database.GalaxyBase
 
Constructor Summary
private GalaxyTest()
          Private constructor - called by newGalaxy()
 
Method Summary
static GalaxyID newGalaxy()
           
 
Methods inherited from class universe.server.database.GalaxyBase
addSystem, generateSystems, getID, getIndex, getName, getSystems, hasGeneratedSystems, setName
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

GalaxyTest

private GalaxyTest()
Private constructor - called by newGalaxy()

Method Detail

newGalaxy

public static GalaxyID newGalaxy()


Copyright © 2001 Universe Dev Team All Rights Reserved.