public final class PropertyFilter extends Object implements Filter
filter on a single property.| Constructor and Description |
|---|
PropertyFilter(String key,
FilterOperator operator,
Object value)
Constructor with the specified parameters.
|
| Modifier and Type | Method and Description |
|---|---|
boolean |
equals(Object o) |
String |
getKey()
Gets the key.
|
FilterOperator |
getOperator()
Gets the operator.
|
Object |
getValue()
Gets the value.
|
int |
hashCode() |
String |
toString() |
public PropertyFilter(String key, FilterOperator operator, Object value)
key - the specified keyoperator - the specified operatorvalue - the specified valuepublic String getKey()
public FilterOperator getOperator()
public Object getValue()
Copyright © 2009–2019 B3log. All rights reserved.