Package org.gbif.api.model.registry
Class Citation
java.lang.Object
org.gbif.api.model.registry.Citation
- All Implemented Interfaces:
Serializable
A citation can have one or both of a textual component and an identifier which can be
of any form, but expected to be resolvable in some way such as an LSID, DOI or similar.
- See Also:
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionboolean
getText()
int
hashCode()
boolean
void
setCitationProvidedBySource
(boolean citationProvidedBySource) void
setIdentifier
(String identifier) void
toString()
-
Constructor Details
-
Citation
public Citation() -
Citation
-
-
Method Details