-
public class ConditionRespBeanCreated by letian on 2016/10/19.
-
-
Field Summary
Fields Modifier and Type Field Description public final static intENTITY_TYPE_DEVprivate StringentitySubIdprivate Stringoperatorsprivate Stringstatusprivate longidprivate StringvalueRangeDisplayprivate StringentityIdprivate intentityTypeprivate StringentityNameprivate List<List<Object>>valueRangeJsonprivate SchemaBeanpropertyprivate StringnewIconprivate List<MCGroup>mcGroupsprivate ConditionExtraInfoBeancondCalExtraInfo
-
Method Summary
Modifier and Type Method Description StringgetEntitySubId()voidsetEntitySubId(String entitySubId)StringgetOperators()voidsetOperators(String operators)StringgetStatus()voidsetStatus(String status)longgetId()voidsetId(long id)StringgetValueRangeDisplay()voidsetValueRangeDisplay(String valueRangeDisplay)StringgetEntityId()voidsetEntityId(String entityId)intgetEntityType()voidsetEntityType(int entityType)StringgetEntityName()voidsetEntityName(String entityName)List<List<Object>>getValueRangeJson()voidsetValueRangeJson(List<List<Object>> valueRangeJson)SchemaBeangetProperty()voidsetProperty(SchemaBean property)StringgetNewIcon()voidsetNewIcon(String newIcon)List<MCGroup>getMcGroups()voidsetMcGroups(List<MCGroup> mcGroups)ConditionExtraInfoBeangetCondCalExtraInfo()voidsetCondCalExtraInfo(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)
-
-
-
-