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