Package org.gbif.api.model.registry
Interface Taggable
-
- All Known Subinterfaces:
CollectionEntity
- All Known Implementing Classes:
Collection
,Dataset
,Installation
,Institution
,Network
,Node
,Organization
public interface Taggable
Generic tag interface for entities.
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description @NotNull List<Tag>
getTags()
void
setTags(List<Tag> tags)
-