review
Class AbstractDoor

java.lang.Object
  extended by review.AbstractDoor
All Implemented Interfaces:
Door

public abstract class AbstractDoor
extends java.lang.Object
implements Door


Field Summary
 
Fields inherited from interface review.Door
CLOSED, OPEN
 
Constructor Summary
AbstractDoor()
           
 
Method Summary
 int getState()
           
 void setState()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 
Methods inherited from interface review.Door
close, open
 

Constructor Detail

AbstractDoor

public AbstractDoor()
Method Detail

getState

public int getState()
Specified by:
getState in interface Door

setState

public void setState()
Specified by:
setState in interface Door