public class QueryCriteria.QueryProperty extends Object
| Constructor and Description |
|---|
QueryProperty() |
| Modifier and Type | Method and Description |
|---|---|
AbstractQueryBuilder.COMPARISON_TYPE |
getComparisonType() |
String |
getName()
Gets the name.
|
String |
getValue()
Gets the value.
|
void |
setComparisonType(AbstractQueryBuilder.COMPARISON_TYPE comparisonType) |
void |
setName(String name)
Sets the name.
|
void |
setValue(String value)
Sets the value.
|
public String getName()
public void setName(String name)
name - the new namepublic String getValue()
public void setValue(String value)
value - the new valuepublic void setComparisonType(AbstractQueryBuilder.COMPARISON_TYPE comparisonType)
comparisonType - the comparisonType to setpublic AbstractQueryBuilder.COMPARISON_TYPE getComparisonType()
Copyright © 2003–2019 eXo Platform SAS. All rights reserved.