org.herac.tuxguitar.song.models
Class TGLyric

java.lang.Object
  extended by org.herac.tuxguitar.song.models.TGLyric
Direct Known Subclasses:
TGLyricImpl

public abstract class TGLyric
extends java.lang.Object


Constructor Summary
TGLyric()
           
 
Method Summary
 void copy(TGLyric lyric)
           
 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

TGLyric

public TGLyric()
Method Detail

getFrom

public int getFrom()

setFrom

public void setFrom(int from)

getLyrics

public java.lang.String getLyrics()

setLyrics

public void setLyrics(java.lang.String lyrics)

getLyricBeats

public java.lang.String[] getLyricBeats()

isEmpty

public boolean isEmpty()

copy

public void copy(TGLyric lyric)