|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectorg.herac.tuxguitar.song.models.Lyric
public class Lyric
Constructor Summary | |
---|---|
Lyric()
|
|
Lyric(int from,
java.lang.String lyrics)
|
Method Summary | |
---|---|
int |
getFrom()
|
java.lang.String[] |
getLyricBeats()
|
java.lang.String |
getLyrics()
|
boolean |
isEmpty()
|
void |
setFrom(int from)
|
void |
setLyrics(java.lang.String lyrics)
|
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
---|
public Lyric()
public Lyric(int from, java.lang.String lyrics)
Method Detail |
---|
public int getFrom()
public void setFrom(int from)
public java.lang.String getLyrics()
public void setLyrics(java.lang.String lyrics)
public java.lang.String[] getLyricBeats()
public boolean isEmpty()
|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |