|
|||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Object org.otvl.sbxbsamp.simple.Window
A window in a room.
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 |
public Window()
Method Detail |
public int getId()
public void setId(int id)
id
- The id to setpublic java.lang.String getLocation()
public void setLocation(java.lang.String location)
location
- The location to set
|
|||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |