public class ScriptSpellCheckResult extends Object implements Serializable
Constructor and Description |
---|
ScriptSpellCheckResult(String originalSearchTerm,
String resultName,
boolean searchedFor,
List<String> results,
boolean spellCheckExist) |
Modifier and Type | Method and Description |
---|---|
String |
getOriginalSearchTerm() |
String |
getResultName() |
List<String> |
getResults() |
boolean |
isSearchedFor() |
boolean |
isSpellCheckExist() |
public String getOriginalSearchTerm()
public String getResultName()
public boolean isSearchedFor()
public boolean isSpellCheckExist()
Copyright © 2005–2017 Alfresco Software. All rights reserved.