Class CollectionMatched
java.lang.Object
org.gbif.api.model.collections.lookup.BaseEntityMatched
org.gbif.api.model.collections.lookup.CollectionMatched
- All Implemented Interfaces:
Serializable
,EntityMatched
- See Also:
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionboolean
int
hashCode()
void
setInstitutionCode
(String institutionCode) void
setInstitutionKey
(UUID institutionKey) void
setInstitutionLink
(URI institutionLink) void
setInstitutionName
(String institutionName) toString()
Methods inherited from class org.gbif.api.model.collections.lookup.BaseEntityMatched
getCode, getKey, getName, getSelfLink, isActive, setActive, setCode, setKey, setName, setSelfLink
-
Constructor Details
-
CollectionMatched
public CollectionMatched()
-
-
Method Details
-
getInstitutionKey
-
setInstitutionKey
-
getInstitutionLink
-
setInstitutionLink
-
getInstitutionCode
-
setInstitutionCode
-
getInstitutionName
-
setInstitutionName
-
equals
- Overrides:
equals
in classBaseEntityMatched
-
hashCode
- Overrides:
hashCode
in classBaseEntityMatched
-
toString
- Overrides:
toString
in classBaseEntityMatched
-