com.huguesjohnson.tiamat
Class LocationExit

java.lang.Object
  extended by com.huguesjohnson.tiamat.LocationExit

public class LocationExit
extends java.lang.Object

LocationExit - represents an exit from a location

Author:
Hugues Johnson

Constructor Summary
LocationExit(java.lang.String direction, java.lang.String name)
          Creates a new LocationExit.
 
Method Summary
 java.lang.String getDirection()
          Returns the direction of this exit.
 java.lang.String getName()
          Returns the name of the Area where this exit leads.
 void setDirection(java.lang.String direction)
          Sets the direction of this exit.
 void setName(java.lang.String name)
          Sets the name of the Area where this exit leads.
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

LocationExit

public LocationExit(java.lang.String direction,
                    java.lang.String name)
Creates a new LocationExit.

Parameters:
direction - The direction of this exit.
name - The name of the Area where this exit leads.
Method Detail

getDirection

public java.lang.String getDirection()
Returns the direction of this exit.

Returns:
The direction of this exit.

setDirection

public void setDirection(java.lang.String direction)
Sets the direction of this exit.

Parameters:
direction - The direction of this exit.

getName

public java.lang.String getName()
Returns the name of the Area where this exit leads.

Returns:
The name of the Area where this exit leads.

setName

public void setName(java.lang.String name)
Sets the name of the Area where this exit leads.

Parameters:
name - The name of the Area where this exit leads.


Copyright © 2004-2006 Hugues Johnson