Class KeyedVerseContent

java.lang.Object
com.tyndalehouse.step.core.models.search.KeyedVerseContent
All Implemented Interfaces:
Serializable

public class KeyedVerseContent extends Object implements Serializable
Keyed content, e.g. by version
See Also:
  • Constructor Details

    • KeyedVerseContent

      public KeyedVerseContent()
  • Method Details

    • getContentKey

      public String getContentKey()
      Returns:
      the contentKey
    • setContentKey

      public void setContentKey(String contentKey)
      Parameters:
      contentKey - the contentKey to set
    • getPreview

      public String getPreview()
      Returns:
      the text
    • setPreview

      public void setPreview(String preview)
      Parameters:
      preview - the text to set