Class SingleDate
java.lang.Object
org.gbif.api.model.registry.eml.temporal.TemporalCoverage
org.gbif.api.model.registry.eml.temporal.SingleDate
- All Implemented Interfaces:
Serializable
,Keywords
A single instance in time.
- See Also:
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionacceptFormatter
(TemporalCoverageFormatterVisitor formatter) Accept a TemporalCoverageFormatterVisitor for formatting purpose.boolean
getDate()
int
hashCode()
void
toString()
-
Constructor Details
-
SingleDate
public SingleDate()
-
-
Method Details
-
getDate
-
setDate
-
toKeywords
- Specified by:
toKeywords
in interfaceKeywords
-
equals
-
hashCode
-
toString
-
acceptFormatter
Description copied from class:TemporalCoverage
Accept a TemporalCoverageFormatterVisitor for formatting purpose. The concrete class should simply returns formatter.format(this);- Specified by:
acceptFormatter
in classTemporalCoverage
-