Package com.terminalfour.publish.data
Class PDDateTime
- java.lang.Object
-
- com.terminalfour.publish.data.PDDateTime
-
- All Implemented Interfaces:
IPDData
,TemporalAccessor
- Direct Known Subclasses:
PDDateTimeNotFound
public class PDDateTime extends Object implements IPDData, TemporalAccessor
-
-
Constructor Summary
Constructors Constructor Description PDDateTime(TemporalAccessor parent)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description protected boolean
canEqual(Object other)
boolean
equals(Object o)
long
getLong(TemporalField field)
int
hashCode()
boolean
isSupported(TemporalField field)
<R> R
query(TemporalQuery<R> query)
String
toString()
-
Methods inherited from class java.lang.Object
clone, finalize, getClass, notify, notifyAll, wait, wait, wait
-
Methods inherited from interface java.time.temporal.TemporalAccessor
get, range
-
-
-
-
Constructor Detail
-
PDDateTime
public PDDateTime(TemporalAccessor parent)
-
-
Method Detail
-
isSupported
public boolean isSupported(TemporalField field)
- Specified by:
isSupported
in interfaceTemporalAccessor
-
getLong
public long getLong(TemporalField field)
- Specified by:
getLong
in interfaceTemporalAccessor
-
query
public <R> R query(TemporalQuery<R> query)
- Specified by:
query
in interfaceTemporalAccessor
-
canEqual
protected boolean canEqual(Object other)
-
-