-
public class RoomBeanThe room bean.
-
-
Field Summary
Fields Modifier and Type Field Description private longroomIdprivate Stringnameprivate intdisplayOrderprivate Stringbackgroundprivate booleanselprivate StringiconUrl
-
Method Summary
Modifier and Type Method Description longgetRoomId()voidsetRoomId(long roomId)StringgetName()voidsetName(String name)intgetDisplayOrder()voidsetDisplayOrder(int displayOrder)StringgetBackground()voidsetBackground(String background)voidsetSel(boolean sel)StringgetIconUrl()voidsetIconUrl(String iconUrl)booleanisSel()List<DeviceBean>getDeviceList()use getRoomDeviceList instead voidsetDeviceList(List<DeviceBean> deviceList)List<GroupBean>getGroupList()use getRoomGroupList instead voidsetGroupList(List<GroupBean> groupList)-
-
Method Detail
-
getRoomId
long getRoomId()
-
setRoomId
void setRoomId(long roomId)
-
getName
String getName()
-
setName
void setName(String name)
-
getDisplayOrder
int getDisplayOrder()
-
setDisplayOrder
void setDisplayOrder(int displayOrder)
-
getBackground
String getBackground()
-
setBackground
void setBackground(String background)
-
setSel
void setSel(boolean sel)
-
getIconUrl
String getIconUrl()
-
setIconUrl
void setIconUrl(String iconUrl)
-
isSel
boolean isSel()
-
getDeviceList
@Deprecated() List<DeviceBean> getDeviceList()
use getRoomDeviceList instead
-
setDeviceList
void setDeviceList(List<DeviceBean> deviceList)
-
getGroupList
@Deprecated() List<GroupBean> getGroupList()
use getRoomGroupList instead
-
setGroupList
void setGroupList(List<GroupBean> groupList)
-
-
-
-