Package org.gbif.api.model.registry
Class Citation
- java.lang.Object
-
- org.gbif.api.model.registry.Citation
-
- All Implemented Interfaces:
Serializable
public class Citation extends Object implements 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:
- Serialized Form
-
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description boolean
equals(Object o)
String
getIdentifier()
String
getText()
int
hashCode()
boolean
isCitationProvidedBySource()
void
setCitationProvidedBySource(boolean citationProvidedBySource)
void
setIdentifier(String identifier)
void
setText(String text)
String
toString()
-
-
-
Method Detail
-
getIdentifier
public String getIdentifier()
-
setIdentifier
public void setIdentifier(String identifier)
-
isCitationProvidedBySource
public boolean isCitationProvidedBySource()
-
setCitationProvidedBySource
public void setCitationProvidedBySource(boolean citationProvidedBySource)
-
-