Interface I_CmsSearchStateDidYouMean

    • Method Summary

      All Methods Instance Methods Abstract Methods 
      Modifier and Type Method Description
      java.lang.String getQuery()
      Returns the spellcheck query string (as entered by the user).
      void setQuery​(java.lang.String query)
      Setter for the spellcheck query string (as entered by the user).
    • Method Detail

      • getQuery

        java.lang.String getQuery()
        Returns the spellcheck query string (as entered by the user).
        Returns:
        The spellcheck query string (as entered by the user).
      • setQuery

        void setQuery​(java.lang.String query)
        Setter for the spellcheck query string (as entered by the user).
        Parameters:
        query - The spellchek query string (as entered by the user).