Package org.gbif.api.model.registry
Interface Commentable
-
- All Known Subinterfaces:
CollectionEntity
- All Known Implementing Classes:
Collection
,Dataset
,Installation
,Institution
,Network
,Node
,Organization
public interface Commentable
Generic comment interface for entities.
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description @NotNull List<Comment>
getComments()
void
setComments(List<Comment> comments)
-
-
-
Method Detail
-
getComments
@NotNull @NotNull List<Comment> getComments()
-
setComments
void setComments(List<Comment> comments)
-
-