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>
public class InstitutionChangeSuggestion extends BaseChangeSuggestion<Institution>
- See Also:
- Serialized Form
-
-
Constructor Summary
Constructors Constructor Description InstitutionChangeSuggestion()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description boolean
equals(Object o)
UUID
getInstitutionForConvertedCollection()
String
getNameForNewInstitutionForConvertedCollection()
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 Detail
-
InstitutionChangeSuggestion
public InstitutionChangeSuggestion()
-
-
Method Detail
-
getInstitutionForConvertedCollection
public UUID getInstitutionForConvertedCollection()
-
setInstitutionForConvertedCollection
public void setInstitutionForConvertedCollection(UUID institutionForConvertedCollection)
-
getNameForNewInstitutionForConvertedCollection
public String getNameForNewInstitutionForConvertedCollection()
-
setNameForNewInstitutionForConvertedCollection
public void setNameForNewInstitutionForConvertedCollection(String nameForNewInstitutionForConvertedCollection)
-
equals
public boolean equals(Object o)
- Overrides:
equals
in classBaseChangeSuggestion<Institution>
-
hashCode
public int hashCode()
- Overrides:
hashCode
in classBaseChangeSuggestion<Institution>
-
-