Class SuggestionContext

java.lang.Object
com.tyndalehouse.step.core.service.helpers.SuggestionContext

public class SuggestionContext extends Object
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 Details

    • SuggestionContext

      public SuggestionContext()
  • Method Details

    • getMasterBook

      public String getMasterBook()
    • setMasterBook

      public void setMasterBook(String masterBook)
    • setInput

      public void setInput(String input)
    • getInput

      public String getInput()
    • getSearchType

      public String getSearchType()
    • setSearchType

      public void setSearchType(String searchType)
    • isExampleData

      public boolean isExampleData()
    • setExampleData

      public void setExampleData(boolean exampleData)