Class CollectionChangeSuggestion
- java.lang.Object
-
- org.gbif.api.model.collections.suggestions.BaseChangeSuggestion<Collection>
-
- org.gbif.api.model.collections.suggestions.CollectionChangeSuggestion
-
- All Implemented Interfaces:
Serializable,ChangeSuggestion<Collection>
public class CollectionChangeSuggestion extends BaseChangeSuggestion<Collection>
- See Also:
- Serialized Form
-
-
Constructor Summary
Constructors Constructor Description CollectionChangeSuggestion()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description booleanequals(Object o)inthashCode()StringtoString()-
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
-
-
-
-
Constructor Detail
-
CollectionChangeSuggestion
public CollectionChangeSuggestion()
-
-
Method Detail
-
equals
public boolean equals(Object o)
- Overrides:
equalsin classBaseChangeSuggestion<Collection>
-
hashCode
public int hashCode()
- Overrides:
hashCodein classBaseChangeSuggestion<Collection>
-
toString
public String toString()
- Overrides:
toStringin classBaseChangeSuggestion<Collection>
-
-