public final class KunderaQuery.FilterClause extends Object
| Modifier and Type | Field and Description |
|---|---|
private String |
condition
The condition.
|
private String |
fieldName
The condition.
|
private String |
property
The property.
|
private List<Object> |
value
The value.
|
| Constructor and Description |
|---|
KunderaQuery.FilterClause(String property,
String condition,
Object value,
String fieldName)
The Constructor.
|
| Modifier and Type | Method and Description |
|---|---|
String |
getCondition()
Gets the condition.
|
String |
getFieldName() |
String |
getProperty()
Gets the property.
|
List<Object> |
getValue()
Gets the value.
|
protected void |
setValue(Object value)
Sets the value.
|
String |
toString() |
private String property
private String condition
private String fieldName
public String getFieldName()
public final String getProperty()
public final String getCondition()
protected void setValue(Object value)
value - the value to setCopyright © 2015. All Rights Reserved.