-
- All Implemented Interfaces:
-
java.io.Serializable
public class ConditionActionBean extends ActionBean
Created by lee on 16/7/11.
-
-
Field Summary
Fields Modifier and Type Field Description private SchemaBeanschemaprivate List<String>operatorsprivate StringchoosedOperatorprivate intentityTypeprivate StringentitySubIdprivate StringentityIdprivate StringentityNameprivate StringnewIconprivate List<String>mcGroupNamesprivate ConditionExtraInfoBeancondCalExtraInfo
-
Constructor Summary
Constructors Constructor Description ConditionActionBean()ConditionActionBean(ConditionRespBean actBean)
-
Method Summary
Modifier and Type Method Description SchemaBeangetSchema()voidsetSchema(SchemaBean schema)List<String>getOperators()voidsetOperators(List<String> operators)StringgetChoosedOperator()voidsetChoosedOperator(String choosedOperator)intgetEntityType()voidsetEntityType(int entityType)StringgetEntitySubId()voidsetEntitySubId(String entitySubId)StringgetEntityId()voidsetEntityId(String entityId)StringgetEntityName()voidsetEntityName(String entityName)StringgetNewIcon()voidsetNewIcon(String newIcon)List<String>getMcGroupNames()voidsetMcGroupNames(List<String> mcGroupNames)ConditionExtraInfoBeangetCondCalExtraInfo()voidsetCondCalExtraInfo(ConditionExtraInfoBean condCalExtraInfo)-
Methods inherited from class com.thingclips.smart.home.sdk.bean.scene.ActionBean
getActDetail, getChooseKey, getChooseRangeValue, getDpId, getId, getName, getRangeKeys, getRangeValues, getType, getValueSceheamData, getValueUnit, setActDetail, setChooseKey, setChooseKeyFromActions, setDpId, setId, setName, setRangeKeys, setRangeValues, setType -
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
-
-
Constructor Detail
-
ConditionActionBean
ConditionActionBean()
-
ConditionActionBean
ConditionActionBean(ConditionRespBean actBean)
-
-
Method Detail
-
getSchema
SchemaBean getSchema()
-
setSchema
void setSchema(SchemaBean schema)
-
getOperators
List<String> getOperators()
-
setOperators
void setOperators(List<String> operators)
-
getChoosedOperator
String getChoosedOperator()
-
setChoosedOperator
void setChoosedOperator(String choosedOperator)
-
getEntityType
int getEntityType()
-
setEntityType
void setEntityType(int entityType)
-
getEntitySubId
String getEntitySubId()
-
setEntitySubId
void setEntitySubId(String entitySubId)
-
getEntityId
String getEntityId()
-
setEntityId
void setEntityId(String entityId)
-
getEntityName
String getEntityName()
-
setEntityName
void setEntityName(String entityName)
-
getNewIcon
String getNewIcon()
-
setNewIcon
void setNewIcon(String newIcon)
-
getMcGroupNames
List<String> getMcGroupNames()
-
setMcGroupNames
void setMcGroupNames(List<String> mcGroupNames)
-
getCondCalExtraInfo
ConditionExtraInfoBean getCondCalExtraInfo()
-
setCondCalExtraInfo
void setCondCalExtraInfo(ConditionExtraInfoBean condCalExtraInfo)
-
-
-
-