org.starhope.vergil.game
Class Room

java.lang.Object
  extended by org.starhope.vergil.game.Room

public class Room
extends Object

WRITEME: Document this type.

Author:
brpocock@star-hope.org

Field Summary
private  int id
          WRITEME: Document this brpocock@star-hope.org
private  String moniker
          WRITEME: Document this brpocock@star-hope.org
private static Set<Room> roomList
          WRITEME: Document this brpocock@star-hope.org
 
Constructor Summary
Room(int newID, String newMoniker)
          WRITEME: Document this constructor brpocock@star-hope.org
 
Method Summary
static Room getByID(int i)
          WRITEME: Document this method brpocock@star-hope.org
 int getID()
          WRITEME: Document this method brpocock@star-hope.org
 String getMoniker()
          WRITEME: Document this method brpocock@star-hope.org
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

roomList

private static Set<Room> roomList
WRITEME: Document this brpocock@star-hope.org


moniker

private final String moniker
WRITEME: Document this brpocock@star-hope.org


id

private final int id
WRITEME: Document this brpocock@star-hope.org

Constructor Detail

Room

public Room(int newID,
            String newMoniker)
WRITEME: Document this constructor brpocock@star-hope.org

Parameters:
newID - WRITEME
newMoniker - WRITEME
Method Detail

getByID

public static Room getByID(int i)
WRITEME: Document this method brpocock@star-hope.org

Parameters:
i - WRITEME
Returns:
WRITEME

getID

public int getID()
WRITEME: Document this method brpocock@star-hope.org

Returns:
WRITEME

getMoniker

public String getMoniker()
WRITEME: Document this method brpocock@star-hope.org

Returns:
WRITEME