Class CheckSpellingSuggestionTransfer
java.lang.Object
com.echothree.util.common.transfer.BaseTransfer
com.echothree.model.control.search.common.transfer.CheckSpellingSuggestionTransfer
- All Implemented Interfaces:
Serializable
- See Also:
-
Constructor Summary
ConstructorsConstructorDescriptionCheckSpellingSuggestionTransfer
(String suggestion) Creates a new instance of CheckSpellingSuggestionTransfer -
Method Summary
Modifier and TypeMethodDescriptionReturns the suggestion.void
setSuggestion
(String suggestion) Sets the suggestion.Methods inherited from class com.echothree.util.common.transfer.BaseTransfer
addComments, addOwnedWorkEffort, addRatings, getComments, getEntityAliasTypes, getEntityAttributeGroups, getEntityInstance, getOwnedWorkEfforts, getRatings, getTagScopes, setComments, setEntityAliasTypes, setEntityAttributeGroups, setEntityInstance, setOwnedWorkEfforts, setRatings, setTagScopes
-
Constructor Details
-
CheckSpellingSuggestionTransfer
Creates a new instance of CheckSpellingSuggestionTransfer
-
-
Method Details
-
getSuggestion
Returns the suggestion.- Returns:
- the suggestion
-
setSuggestion
Sets the suggestion.- Parameters:
suggestion
- the suggestion to set
-