public class DateWhereOperand extends Object implements WhereOperand<Date,ZonedDateTime>
| Constructor and Description |
|---|
DateWhereOperand() |
DateWhereOperand(ZonedDateTime value) |
| Modifier and Type | Method and Description |
|---|---|
Class<Date> |
getTargetClass() |
String |
getTypeHint() |
ZonedDateTime |
getValue() |
static DateWhereOperand |
instance(ZonedDateTime value) |
void |
setValue(ZonedDateTime value) |
public DateWhereOperand()
public DateWhereOperand(ZonedDateTime value)
public static DateWhereOperand instance(ZonedDateTime value)
public Class<Date> getTargetClass()
getTargetClass in interface WhereOperand<Date,ZonedDateTime>public String getTypeHint()
getTypeHint in interface WhereOperand<Date,ZonedDateTime>public ZonedDateTime getValue()
getValue in interface WhereOperand<Date,ZonedDateTime>public void setValue(ZonedDateTime value)
Copyright © 2017. All rights reserved.