Package org.gbif.api.model.occurrence
Class OccurrenceRelation
- java.lang.Object
-
- org.gbif.api.model.occurrence.OccurrenceRelation
-
public class OccurrenceRelation extends Object
Occurrence relations based on the dwc:ResourceRelationship model. See Darwin Core.
-
-
Constructor Summary
Constructors Constructor Description OccurrenceRelation()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description booleanequals(Object o)StringgetAccordingTo()StringgetEstablishedDate()StringgetId()longgetOccurrenceId()longgetRelatedOccurrenceId()StringgetRemarks()StringgetType()inthashCode()voidsetAccordingTo(String accordingTo)voidsetEstablishedDate(String establishedDate)voidsetId(String id)voidsetOccurrenceId(long occurrenceId)voidsetRelatedOccurrenceId(long relatedOccurrenceId)voidsetRemarks(String remarks)voidsetType(String type)StringtoString()
-
-
-
Constructor Detail
-
OccurrenceRelation
public OccurrenceRelation()
-
-
Method Detail
-
getOccurrenceId
public long getOccurrenceId()
-
setOccurrenceId
public void setOccurrenceId(long occurrenceId)
-
getRelatedOccurrenceId
public long getRelatedOccurrenceId()
-
setRelatedOccurrenceId
public void setRelatedOccurrenceId(long relatedOccurrenceId)
-
getAccordingTo
public String getAccordingTo()
-
setAccordingTo
public void setAccordingTo(String accordingTo)
-
getEstablishedDate
public String getEstablishedDate()
-
setEstablishedDate
public void setEstablishedDate(String establishedDate)
-
getRemarks
public String getRemarks()
-
setRemarks
public void setRemarks(String remarks)
-
-