org.herac.tuxguitar.song.models
Class TGString

java.lang.Object
  extended by org.herac.tuxguitar.song.models.TGString

public abstract class TGString
extends java.lang.Object


Constructor Summary
TGString()
           
 
Method Summary
 TGString clone(TGFactory factory)
           
 void copy(TGString string)
           
 int getNumber()
           
 int getValue()
           
 boolean isEqual(TGString string)
           
 void setNumber(int number)
           
 void setValue(int value)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

TGString

public TGString()
Method Detail

getNumber

public int getNumber()

getValue

public int getValue()

setNumber

public void setNumber(int number)

setValue

public void setValue(int value)

isEqual

public boolean isEqual(TGString string)

clone

public TGString clone(TGFactory factory)

copy

public void copy(TGString string)