org.otvl.sbxbsamp.simple
Class Window

java.lang.Object
  extended byorg.otvl.sbxbsamp.simple.Window

public class Window
extends java.lang.Object

A window in a room.

Version:
Author:

Constructor Summary
Window()
           
 
Method Summary
 int getId()
          Returns the id.
 java.lang.String getLocation()
          Returns the location.
 void setId(int id)
          Sets the id.
 void setLocation(java.lang.String location)
          Sets the location.
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

Window

public Window()
Method Detail

getId

public int getId()
Returns the id.

Returns:
int

setId

public void setId(int id)
Sets the id.

Parameters:
id - The id to set

getLocation

public java.lang.String getLocation()
Returns the location.

Returns:
String

setLocation

public void setLocation(java.lang.String location)
Sets the location.

Parameters:
location - The location to set


Copyright © 2003-2006 Thierry Beigbeder. All Rights Reserved.