Class CheckSpellingWordTransfer
java.lang.Object
com.echothree.util.common.transfer.BaseTransfer
com.echothree.model.control.search.common.transfer.CheckSpellingWordTransfer
- All Implemented Interfaces:
Serializable
- See Also:
-
Constructor Summary
ConstructorsConstructorDescriptionCheckSpellingWordTransfer
(String word, SearchCheckSpellingActionTypeTransfer searchCheckSpellingActionType, ListWrapper<CheckSpellingSuggestionTransfer> checkSpellingSuggestions) Creates a new instance of CheckSpellingWordTransfer -
Method Summary
Modifier and TypeMethodDescriptionReturns the checkSpellingSuggestions.Returns the searchCheckSpellingActionType.getWord()
Returns the word.void
setCheckSpellingSuggestions
(ListWrapper<CheckSpellingSuggestionTransfer> checkSpellingSuggestions) Sets the checkSpellingSuggestions.void
setSearchCheckSpellingActionType
(SearchCheckSpellingActionTypeTransfer searchCheckSpellingActionType) Sets the searchCheckSpellingActionType.void
Sets the word.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
-
CheckSpellingWordTransfer
public CheckSpellingWordTransfer(String word, SearchCheckSpellingActionTypeTransfer searchCheckSpellingActionType, ListWrapper<CheckSpellingSuggestionTransfer> checkSpellingSuggestions) Creates a new instance of CheckSpellingWordTransfer
-
-
Method Details
-
getWord
Returns the word.- Returns:
- the word
-
setWord
Sets the word.- Parameters:
word
- the word to set
-
getSearchCheckSpellingActionType
Returns the searchCheckSpellingActionType.- Returns:
- the searchCheckSpellingActionType
-
setSearchCheckSpellingActionType
public void setSearchCheckSpellingActionType(SearchCheckSpellingActionTypeTransfer searchCheckSpellingActionType) Sets the searchCheckSpellingActionType.- Parameters:
searchCheckSpellingActionType
- the searchCheckSpellingActionType to set
-
getCheckSpellingSuggestions
Returns the checkSpellingSuggestions.- Returns:
- the checkSpellingSuggestions
-
setCheckSpellingSuggestions
public void setCheckSpellingSuggestions(ListWrapper<CheckSpellingSuggestionTransfer> checkSpellingSuggestions) Sets the checkSpellingSuggestions.- Parameters:
checkSpellingSuggestions
- the checkSpellingSuggestions to set
-