-
public class ConditionRespBean
Created by letian on 2016/10/19.
-
-
Field Summary
Fields Modifier and Type Field Description public final static int
ENTITY_TYPE_DEV
private String
entitySubId
private String
operators
private String
status
private long
id
private String
valueRangeDisplay
private String
entityId
private int
entityType
private String
entityName
private List<List<Object>>
valueRangeJson
private SchemaBean
property
private String
newIcon
private List<MCGroup>
mcGroups
private ConditionExtraInfoBean
condCalExtraInfo
-
Method Summary
Modifier and Type Method Description String
getEntitySubId()
void
setEntitySubId(String entitySubId)
String
getOperators()
void
setOperators(String operators)
String
getStatus()
void
setStatus(String status)
long
getId()
void
setId(long id)
String
getValueRangeDisplay()
void
setValueRangeDisplay(String valueRangeDisplay)
String
getEntityId()
void
setEntityId(String entityId)
int
getEntityType()
void
setEntityType(int entityType)
String
getEntityName()
void
setEntityName(String entityName)
List<List<Object>>
getValueRangeJson()
void
setValueRangeJson(List<List<Object>> valueRangeJson)
SchemaBean
getProperty()
void
setProperty(SchemaBean property)
String
getNewIcon()
void
setNewIcon(String newIcon)
List<MCGroup>
getMcGroups()
void
setMcGroups(List<MCGroup> mcGroups)
ConditionExtraInfoBean
getCondCalExtraInfo()
void
setCondCalExtraInfo(ConditionExtraInfoBean condCalExtraInfo)
-
-
Method Detail
-
getEntitySubId
String getEntitySubId()
-
setEntitySubId
void setEntitySubId(String entitySubId)
-
getOperators
String getOperators()
-
setOperators
void setOperators(String operators)
-
getStatus
String getStatus()
-
setStatus
void setStatus(String status)
-
getId
long getId()
-
setId
void setId(long id)
-
getValueRangeDisplay
String getValueRangeDisplay()
-
setValueRangeDisplay
void setValueRangeDisplay(String valueRangeDisplay)
-
getEntityId
String getEntityId()
-
setEntityId
void setEntityId(String entityId)
-
getEntityType
int getEntityType()
-
setEntityType
void setEntityType(int entityType)
-
getEntityName
String getEntityName()
-
setEntityName
void setEntityName(String entityName)
-
getValueRangeJson
List<List<Object>> getValueRangeJson()
-
setValueRangeJson
void setValueRangeJson(List<List<Object>> valueRangeJson)
-
getProperty
SchemaBean getProperty()
-
setProperty
void setProperty(SchemaBean property)
-
getNewIcon
String getNewIcon()
-
setNewIcon
void setNewIcon(String newIcon)
-
getMcGroups
List<MCGroup> getMcGroups()
-
setMcGroups
void setMcGroups(List<MCGroup> mcGroups)
-
getCondCalExtraInfo
ConditionExtraInfoBean getCondCalExtraInfo()
-
setCondCalExtraInfo
void setCondCalExtraInfo(ConditionExtraInfoBean condCalExtraInfo)
-
-
-
-