Class PDDateTimeNotFound
- java.lang.Object
-
- com.terminalfour.publish.data.PDDateTime
-
- com.terminalfour.publish.data.notfound.PDDateTimeNotFound
-
- All Implemented Interfaces:
IPDData
,IPDNotFound
,TemporalAccessor
public class PDDateTimeNotFound extends PDDateTime implements IPDNotFound
-
-
Field Summary
Fields Modifier and Type Field Description static PDDateTime
INSTANCE
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description String
toString()
-
Methods inherited from class com.terminalfour.publish.data.PDDateTime
canEqual, equals, getLong, hashCode, isSupported, query
-
Methods inherited from class java.lang.Object
clone, finalize, getClass, notify, notifyAll, wait, wait, wait
-
Methods inherited from interface com.terminalfour.publish.data.notfound.IPDNotFound
exists
-
Methods inherited from interface java.time.temporal.TemporalAccessor
get, range
-
-
-
-
Field Detail
-
INSTANCE
public static final PDDateTime INSTANCE
-
-
Method Detail
-
toString
public String toString()
- Overrides:
toString
in classPDDateTime
-
-