org.otvl.sbxbsamp.simple
Class Door

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

public class Door
extends java.lang.Object

A door for a house.

Version:
Author:

Constructor Summary
Door()
           
 
Method Summary
 java.lang.String getColor()
          Returns the color.
 void setColor(java.lang.String color)
          Sets the color.
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

Door

public Door()
Method Detail

getColor

public java.lang.String getColor()
Returns the color.

Returns:
String

setColor

public void setColor(java.lang.String color)
Sets the color.

Parameters:
color - The color to set


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