public class DateIntervalEntityValue implements DateEntityRange
Date interval definition.
| Constructor and Description |
|---|
DateIntervalEntityValue(DateEntityValue date,
DateEntityValue toDate)
Date interval definition.
|
| Modifier and Type | Method and Description |
|---|---|
DateEntityValue |
component1() |
DateEntityValue |
component2() |
DateIntervalEntityValue |
copy(DateEntityValue date,
DateEntityValue toDate)
Date interval definition.
|
java.time.ZonedDateTime |
end() |
boolean |
equals(java.lang.Object p) |
DateEntityValue |
getDate() |
DateEntityValue |
getToDate() |
int |
hashCode() |
java.time.ZonedDateTime |
start() |
java.lang.String |
toString() |
end, startpublic DateIntervalEntityValue(DateEntityValue date, DateEntityValue toDate)
Date interval definition.
public java.time.ZonedDateTime start()
public java.time.ZonedDateTime end()
public DateEntityValue getDate()
public DateEntityValue getToDate()
public DateEntityValue component1()
public DateEntityValue component2()
public DateIntervalEntityValue copy(DateEntityValue date, DateEntityValue toDate)
Date interval definition.
public java.lang.String toString()
public int hashCode()
public boolean equals(java.lang.Object p)