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 boolean
equals(Object o)
int
hashCode()
String
toString()
-
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:
equals
in classBaseChangeSuggestion<Collection>
-
hashCode
public int hashCode()
- Overrides:
hashCode
in classBaseChangeSuggestion<Collection>
-
toString
public String toString()
- Overrides:
toString
in classBaseChangeSuggestion<Collection>
-
-