org.starhope.appius.game
Class RoomRegion

java.lang.Object
  extended by org.starhope.appius.game.RoomRegion

public class RoomRegion
extends Object

WRITEME: Document this type.

Author:
brpocock@star-hope.org

Field Summary
private  String identifier
          WRITEME brpocock@star-hope.org
private  GeneralPath path
          WRITEME brpocock@star-hope.org
private  String polyString
          WRITEME brpocock@star-hope.org
 
Constructor Summary
RoomRegion(String value)
          WRITEME brpocock@star-hope.org
 
Method Summary
 String getIdentifier()
           
 GeneralPath getPath()
           
 String getPolyString()
           
 void set(String value)
           
 void setIdentifier(String newIdentifier)
           
 void setPath(GeneralPath newPath)
           
 void setPolyString(String newString)
           
 String toString()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Field Detail

path

private GeneralPath path
WRITEME brpocock@star-hope.org


identifier

private String identifier
WRITEME brpocock@star-hope.org


polyString

private String polyString
WRITEME brpocock@star-hope.org

Constructor Detail

RoomRegion

public RoomRegion(String value)
WRITEME brpocock@star-hope.org

Parameters:
value - WRITEME
Method Detail

getIdentifier

public String getIdentifier()
Returns:
the identifier

getPath

public GeneralPath getPath()
Returns:
the path

getPolyString

public String getPolyString()
Returns:
the polyString

set

public void set(String value)
Parameters:
value - WRITEME

setIdentifier

public void setIdentifier(String newIdentifier)
Parameters:
newIdentifier - the identifier to set

setPath

public void setPath(GeneralPath newPath)
Parameters:
newPath - the path to set

setPolyString

public void setPolyString(String newString)
Parameters:
newString - the polyString to set

toString

public String toString()
Overrides:
toString in class Object
See Also:
Object.toString()