public final class DateFieldValue extends Object implements FieldValue
Constructor and Description |
---|
DateFieldValue(LocalDate value)
Creates a new
DateFieldValue instance. |
Modifier and Type | Method and Description |
---|---|
boolean |
equals(Object o) |
FieldType |
getType()
Returns the type of field.
|
LocalDate |
getValue()
The value of the Date field.
|
int |
hashCode() |
String |
toString() |
isBuiltin
@ConstructorProperties(value="value") public DateFieldValue(LocalDate value)
DateFieldValue
instance.value
- The value of the Date field.public FieldType getType()
getType
in interface FieldValue
public LocalDate getValue()
public boolean equals(Object o)
equals
in class Object
public int hashCode()
hashCode
in class Object
public String toString()
toString
in class Object