Package org.gbif.api.model.collections
Interface OccurrenceMappeable
-
- All Known Subinterfaces:
CollectionEntity
- All Known Implementing Classes:
Collection
,Institution
public interface OccurrenceMappeable
GenericOccurrenceMapping
interface for entities.
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description @NotNull List<OccurrenceMapping>
getOccurrenceMappings()
void
setOccurrenceMappings(List<OccurrenceMapping> occurrenceMappings)
-
-
-
Method Detail
-
getOccurrenceMappings
@NotNull @NotNull List<OccurrenceMapping> getOccurrenceMappings()
-
setOccurrenceMappings
void setOccurrenceMappings(List<OccurrenceMapping> occurrenceMappings)
-
-