Class KeyedSearchResultSearchEntry
java.lang.Object
com.tyndalehouse.step.core.models.search.LexicalSearchEntry
com.tyndalehouse.step.core.models.search.KeyedSearchResultSearchEntry
- All Implemented Interfaces:
SearchEntry
,Serializable
Wraps around all heading results kind of searches for Subjects
- See Also:
-
Constructor Summary
-
Method Summary
Modifier and TypeMethodDescriptionvoid
addEntry
(KeyedVerseContent keyedVerseContent) adds an entry to the resultsgetKey()
void
void
setVerseContent
(List<KeyedVerseContent> verseContent) Methods inherited from class com.tyndalehouse.step.core.models.search.LexicalSearchEntry
getAccentedUnicode, getStepGloss, getStepTransliteration, getStrongNumber, setAccentedUnicode, setStepGloss, setStepTransliteration, setStrongNumber
-
Constructor Details
-
KeyedSearchResultSearchEntry
public KeyedSearchResultSearchEntry()
-
-
Method Details
-
getKey
- Returns:
- the key
-
setKey
- Parameters:
key
- the key to set
-
getVerseContent
- Returns:
- the verseContent
-
setVerseContent
- Parameters:
verseContent
- the verseContent to set
-
addEntry
adds an entry to the results- Parameters:
keyedVerseContent
- the content to be added
-