Class LyricText

java.lang.Object
All Implemented Interfaces:
MusicItem

@Entity
public class LyricText
extends LyricItem
  • Constructor Details

    • LyricText

      public LyricText()
  • Method Details

    • getLyricSyllables

      public java.util.List<LyricSyllable> getLyricSyllables()
    • setLyricSyllables

      public void setLyricSyllables​(java.util.List<LyricSyllable> lyricSyllables)
    • getExtend

      public Extend getExtend()
    • setExtend

      public void setExtend​(Extend extend)