public class DateWhereOperand extends WhereOperand<org.joda.time.DateTime>
| Constructor and Description |
|---|
DateWhereOperand() |
DateWhereOperand(org.joda.time.DateTime value) |
| Modifier and Type | Method and Description |
|---|---|
org.joda.time.DateTime |
extract(WhereOperandTransformer transformer) |
org.joda.time.DateTime |
getValue() |
static DateWhereOperand |
instance(org.joda.time.DateTime value) |
void |
setValue(org.joda.time.DateTime value) |
public DateWhereOperand()
public DateWhereOperand(org.joda.time.DateTime value)
public static DateWhereOperand instance(org.joda.time.DateTime value)
public org.joda.time.DateTime extract(WhereOperandTransformer transformer)
extract in class WhereOperand<org.joda.time.DateTime>public org.joda.time.DateTime getValue()
public void setValue(org.joda.time.DateTime value)
Copyright © 2017. All rights reserved.