public final class FilterCondition extends Object implements Serializable
限定符和类型 | 类和说明 |
---|---|
static class |
FilterCondition.FilterType |
构造器和说明 |
---|
FilterCondition()
默认构造函数
|
FilterCondition(String field,
FilterCondition.FilterType type,
Object value)
基础构造函数
|
限定符和类型 | 方法和说明 |
---|---|
String |
getDbField() |
String |
getField() |
String |
getFieldName() |
FilterCondition.FilterType |
getFilterType() |
String |
getType() |
Object[] |
getValue() |
void |
setDbField(String dbField) |
void |
setField(String field) |
void |
setFieldName(String fieldName) |
void |
setFilterType(FilterCondition.FilterType filterType) |
void |
setType(String type) |
void |
setValue(Object[] value) |
String |
toString() |
public FilterCondition()
public FilterCondition(String field, FilterCondition.FilterType type, Object value)
field
- 实体字段type
- 过滤类型value
- 过滤值public String getDbField()
public void setDbField(String dbField)
dbField
- the dbField to setpublic String getField()
public void setField(String field)
field
- the field to setpublic String getFieldName()
public void setFieldName(String fieldName)
fieldName
- the fieldName to setpublic String getType()
public void setType(String type)
type
- the type to setpublic FilterCondition.FilterType getFilterType()
public void setFilterType(FilterCondition.FilterType filterType)
filterType
- the filterType to setpublic Object[] getValue()
public void setValue(Object[] value)
value
- the value to setCopyright © 2014 EPIC Team. All rights reserved.