Class LyricText
java.lang.Object
com.musicxmltasks.database.DatabaseItem
com.musicxmltasks.musicxml.note.lyric.LyricItem
com.musicxmltasks.musicxml.note.lyric.LyricText
- All Implemented Interfaces:
MusicItem
@Entity public class LyricText extends LyricItem
-
Constructor Summary
Constructors Constructor Description LyricText() -
Method Summary
Modifier and Type Method Description ExtendgetExtend()java.util.List<LyricSyllable>getLyricSyllables()voidsetExtend(Extend extend)voidsetLyricSyllables(java.util.List<LyricSyllable> lyricSyllables)Methods inherited from class com.musicxmltasks.database.DatabaseItem
getId, setIdMethods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
-
Constructor Details
-
LyricText
public LyricText()
-
-
Method Details
-
getLyricSyllables
-
setLyricSyllables
-
getExtend
-
setExtend
-