Class SuggestionContext
java.lang.Object
com.tyndalehouse.step.core.service.helpers.SuggestionContext
Holds various information about the context into which a user is typing.
For example, a selected version could influence the results of the key/book/ref retrieval
-
Constructor Summary
-
Method Summary
Modifier and TypeMethodDescriptiongetInput()
boolean
void
setExampleData
(boolean exampleData) void
void
setMasterBook
(String masterBook) void
setSearchType
(String searchType)
-
Constructor Details
-
SuggestionContext
public SuggestionContext()
-
-
Method Details
-
getMasterBook
-
setMasterBook
-
setInput
-
getInput
-
getSearchType
-
setSearchType
-
isExampleData
public boolean isExampleData() -
setExampleData
public void setExampleData(boolean exampleData)
-