Class Warp

java.lang.Object
  extended by Warp

public class Warp
extends java.lang.Object

Warp.java - Contains the stuff for a warp (Name, location, etc.). Also used for homes.


Field Summary
Modifier and Type Field and Description
 java.lang.String Group
          Warp group
 int ID
          Warp ID - Used in database transactions
 Location Location
          Warp's location
 java.lang.String Name
          Warp group
 
Constructor Summary
Constructor and Description
Warp()
           
 
Method Summary
Modifier and Type Method and Description
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

ID

public int ID
Warp ID - Used in database transactions


Name

public java.lang.String Name
Warp group


Group

public java.lang.String Group
Warp group


Location

public Location Location
Warp's location

Constructor Detail

Warp

public Warp()