Package org.gbif.api.model.collections
Interface Contactable
- All Known Subinterfaces:
CollectionEntity
- All Known Implementing Classes:
Collection
,Institution
public interface Contactable
Entity that can have a list of contacts and addresses.
-
Method Summary
Modifier and TypeMethodDescriptionPhysical or associated address.List of associated contacts.Address used to send and receive mail.void
setAddress
(Address address) void
setContactPersons
(List<Contact> contacts) void
setMailingAddress
(Address mailingAddress)
-
Method Details
-
getContactPersons
List of associated contacts. -
setContactPersons
-
getMailingAddress
Address used to send and receive mail. -
setMailingAddress
-
getAddress
Physical or associated address. -
setAddress
-