Class KeyedVerseContent
java.lang.Object
com.tyndalehouse.step.core.models.search.KeyedVerseContent
- All Implemented Interfaces:
Serializable
Keyed content, e.g. by version
- See Also:
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionvoidsetContentKey(String contentKey) voidsetPreview(String preview)
-
Constructor Details
-
KeyedVerseContent
public KeyedVerseContent()
-
-
Method Details
-
getContentKey
- Returns:
- the contentKey
-
setContentKey
- Parameters:
contentKey- the contentKey to set
-
getPreview
- Returns:
- the text
-
setPreview
- Parameters:
preview- the text to set
-