edu.washington.cs.supple.example.classroom
Class LightsBean
java.lang.Object
edu.washington.cs.supple.rep.SuppleBeanImpl
edu.washington.cs.supple.example.classroom.LightsBean
- All Implemented Interfaces:
- SuppleBean
- public class LightsBean
- extends SuppleBeanImpl
Class holding a Vector of LightBeans.
- Author:
- kgajos
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
lights
protected java.util.Vector lights
light
protected LightBean light
LightsBean
public LightsBean()
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.