| Constructor and Description |
|---|
SimpleFilter(String property,
Object value) |
| Modifier and Type | Method and Description |
|---|---|
FilterOperator |
getOperator() |
String |
getProperty() |
Class<?> |
getType() |
Object |
getValue() |
void |
setOperator(FilterOperator operator) |
void |
setProperty(String property) |
void |
setType(Class<?> type) |
void |
setValue(Object value) |
String |
toString() |
public Object getValue()
public void setValue(Object value)
public FilterOperator getOperator()
public void setOperator(FilterOperator operator)
public String getProperty()
public void setProperty(String property)
public Class<?> getType()
public void setType(Class<?> type)
Copyright © 2019 Suncode. All rights reserved.