Class InstitutionChangeSuggestion
java.lang.Object
org.gbif.api.model.collections.suggestions.BaseChangeSuggestion<Institution>
org.gbif.api.model.collections.suggestions.InstitutionChangeSuggestion
- All Implemented Interfaces:
Serializable
,ChangeSuggestion<Institution>
- See Also:
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionboolean
int
hashCode()
void
setInstitutionForConvertedCollection
(UUID institutionForConvertedCollection) void
setNameForNewInstitutionForConvertedCollection
(String nameForNewInstitutionForConvertedCollection) Methods inherited from class org.gbif.api.model.collections.suggestions.BaseChangeSuggestion
getApplied, getAppliedBy, getChanges, getComments, getDiscarded, getDiscardedBy, getEntityCountry, getEntityKey, getEntityName, getKey, getMergeTargetKey, getModified, getModifiedBy, getProposed, getProposedBy, getProposerEmail, getStatus, getSuggestedEntity, getType, setApplied, setAppliedBy, setChanges, setComments, setDiscarded, setDiscardedBy, setEntityCountry, setEntityKey, setEntityName, setKey, setMergeTargetKey, setModified, setModifiedBy, setProposed, setProposedBy, setProposerEmail, setStatus, setSuggestedEntity, setType, toString
-
Constructor Details
-
InstitutionChangeSuggestion
public InstitutionChangeSuggestion()
-
-
Method Details
-
getInstitutionForConvertedCollection
-
setInstitutionForConvertedCollection
-
getNameForNewInstitutionForConvertedCollection
-
setNameForNewInstitutionForConvertedCollection
public void setNameForNewInstitutionForConvertedCollection(String nameForNewInstitutionForConvertedCollection) -
equals
- Overrides:
equals
in classBaseChangeSuggestion<Institution>
-
hashCode
- Overrides:
hashCode
in classBaseChangeSuggestion<Institution>
-