public static class QueryModel.Between extends QueryModel.PropertyCriterion
value
name
Constructor and Description |
---|
Between(java.lang.String property,
QueryParameter from,
QueryParameter to)
Default constructor.
|
Modifier and Type | Method and Description |
---|---|
QueryParameter |
getFrom() |
java.lang.String |
getProperty() |
QueryParameter |
getTo() |
getValue, ignoreCase, isIgnoreCase, setValue
public Between(java.lang.String property, QueryParameter from, QueryParameter to)
property
- The property namefrom
- The from parameterto
- The to parameterpublic java.lang.String getProperty()
getProperty
in class QueryModel.PropertyNameCriterion
public QueryParameter getFrom()
public QueryParameter getTo()