Package 

Class DeviceAndGroupInRoomBean

    • Field Summary

      Fields 
      Modifier and Type Field Description
      String id
      int type
    • Method Summary

      Modifier and Type Method Description
      String getId() Get id.
      void setId(String id) Set id.
      int getType() Get type.
      void setType(int type) Set type.
      • Methods inherited from class java.lang.Object

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

      • getId

         String getId()

        Get id.

      • setId

         void setId(String id)

        Set id.

        Parameters:
        id - The id of the device or group.
      • setType

         void setType(int type)

        Set type.

        Parameters:
        type - The type of the device or group.