public abstract class AbstractQueryValueWithoutAdapterDto<ValueT> extends AbstractQueryValueDto<ValueT>
| Constructor and Description |
|---|
AbstractQueryValueWithoutAdapterDto() |
| Modifier and Type | Method and Description |
|---|---|
ValueT |
getMaxValue() |
ValueT |
getValue() |
void |
setMaxValue(ValueT maxValue) |
void |
setValue(ValueT value) |
getCondition, getConditionShortName, getMaxValueAsCqlString, getMaxValueAsXmlString, getValueAsCqlString, getValueAsXmlString, setConditionpublic ValueT getValue()
getValue in class AbstractQueryValueDto<ValueT>public void setValue(ValueT value)
setValue in class AbstractQueryValueDto<ValueT>public ValueT getMaxValue()
getMaxValue in class AbstractQueryValueDto<ValueT>public void setMaxValue(ValueT maxValue)
setMaxValue in class AbstractQueryValueDto<ValueT>Copyright © 2021 Samply Community. All rights reserved.