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 TypeMethodDescriptionbooleaninthashCode()voidsetInstitutionCode(String institutionCode) voidsetInstitutionKey(UUID institutionKey) voidsetInstitutionLink(URI institutionLink) voidsetInstitutionName(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:
equalsin classBaseEntityMatched
-
hashCode
- Overrides:
hashCodein classBaseEntityMatched
-
toString
- Overrides:
toStringin classBaseEntityMatched
-