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