Package 

Class WirelessSwitchBean

    • Field Summary

      Fields 
      Modifier and Type Field Description
      boolean isComplex
      List<StandardSceneInfo> actions
    • Constructor Summary

      Constructors 
      Constructor Description
      WirelessSwitchBean(boolean isComplex, List<StandardSceneInfo> actions)
    • Method Summary

      Modifier and Type Method Description
      boolean isComplex()
      List<StandardSceneInfo> getActions()
      void setActions(List<StandardSceneInfo> actions)
      void setComplex(boolean complex)
      • Methods inherited from class java.lang.Object

        clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
    • Constructor Detail

      • WirelessSwitchBean

        WirelessSwitchBean(boolean isComplex, List<StandardSceneInfo> actions)