edu.washington.cs.supple.example.classroom
Class LightsBean

java.lang.Object
  extended byedu.washington.cs.supple.rep.SuppleBeanImpl
      extended byedu.washington.cs.supple.example.classroom.LightsBean
All Implemented Interfaces:
SuppleBean

public class LightsBean
extends SuppleBeanImpl

Class holding a Vector of LightBeans.

Author:
kgajos

Field Summary
protected  LightBean light
           
protected  java.util.Vector lights
           
 
Fields inherited from class edu.washington.cs.supple.rep.SuppleBeanImpl
pcs
 
Constructor Summary
LightsBean()
           
 
Method Summary
 LightBean getLight()
           
 java.util.Vector getLights()
           
 void setLight(LightBean light)
           
 void setLights(java.util.Vector c)
           
 
Methods inherited from class edu.washington.cs.supple.rep.SuppleBeanImpl
addPropertyChangeListener, removePropertyChangeListener
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

lights

protected java.util.Vector lights

light

protected LightBean light
Constructor Detail

LightsBean

public LightsBean()
Method Detail

getLights

public java.util.Vector getLights()

setLights

public void setLights(java.util.Vector c)

getLight

public LightBean getLight()
Returns:
Returns the light.

setLight

public void setLight(LightBean light)
Parameters:
light - The light to set.