public class Between extends AbstractCondition
| Constructor and Description |
|---|
Between(String propName,
Object minValue,
Object maxValue) |
| Modifier and Type | Method and Description |
|---|---|
void |
clearParameters()
Clear parameters.
|
<T extends Condition> |
copy() |
boolean |
equals(Object obj) |
<T> T |
getMaxValue()
Gets the max value.
|
<T> T |
getMinValue()
Gets the min value.
|
List<Object> |
getParameters()
Gets the parameters.
|
String |
getPropName()
Gets the prop name.
|
int |
hashCode() |
void |
setMaxValue(Object maxValue)
Sets the max value.
|
void |
setMinValue(Object minValue)
Sets the min value.
|
String |
toString(NamingPolicy namingPolicy) |
and, getOperator, not, or, toStringpublic String getPropName()
public <T> T getMinValue()
T - public void setMinValue(Object minValue)
minValue - the new min valuepublic <T> T getMaxValue()
T - public void setMaxValue(Object maxValue)
maxValue - the new max valuepublic void clearParameters()
public <T extends Condition> T copy()
copy in interface Conditioncopy in class AbstractConditionT - public String toString(NamingPolicy namingPolicy)
namingPolicy - Copyright © 2021. All rights reserved.