@Entity public class QueryRule extends Object implements Serializable
Query
.Constructor and Description |
---|
QueryRule() |
Modifier and Type | Method and Description |
---|---|
String |
getCondition() |
String |
getField() |
String |
getId() |
String |
getOperator() |
QueryRule |
getParentQueryRule() |
int |
getQid() |
List<QueryRule> |
getSubQueryRules() |
String |
getType() |
List<String> |
getValues() |
boolean |
hasSubRules() |
void |
setCondition(String condition) |
void |
setField(String field) |
void |
setId(String id) |
void |
setOperator(String operator) |
void |
setParentQueryRule(QueryRule parentQueryRule) |
void |
setQid(int qid) |
void |
setSubQueryRules(List<QueryRule> subQueryRules) |
void |
setType(String type) |
void |
setValues(List<String> values) |
public int getQid()
public void setQid(int qid)
public String getId()
public void setId(String id)
public String getCondition()
public void setCondition(String condition)
public String getField()
public void setField(String field)
public String getOperator()
public void setOperator(String operator)
public String getType()
public void setType(String type)
public QueryRule getParentQueryRule()
public void setParentQueryRule(QueryRule parentQueryRule)
public boolean hasSubRules()
Copyright © 2017 DocDoku. All rights reserved.