-
- All Implemented Interfaces:
-
java.io.Serializable
public class DeviceAndGroupInHomeBean implements SerializableEquipment and clusters in the home.
-
-
Method Summary
Modifier and Type Method Description StringgetBizId()Get id. voidsetBizId(String bizId)Set id. intgetBizType()Get type. voidsetBizType(int bizType)Set type. booleanequals(Object o)inthashCode()-
-
Method Detail
-
getBizId
String getBizId()
Get id.
-
setBizId
void setBizId(String bizId)
Set id.
- Parameters:
bizId- The id of the device or group.
-
getBizType
int getBizType()
Get type.
-
setBizType
void setBizType(int bizType)
Set type.
- Parameters:
bizType- The type of the device or group.
-
equals
boolean equals(Object o)
-
hashCode
int hashCode()
-
-
-
-