org.herac.tuxguitar.song.models
Class Tupleto
java.lang.Object
org.herac.tuxguitar.song.models.Tupleto
- All Implemented Interfaces:
- java.io.Serializable
public class Tupleto
- extends java.lang.Object
- implements java.io.Serializable
- See Also:
- Serialized Form
Constructor Summary |
Tupleto(int enters,
int times)
|
Methods inherited from class java.lang.Object |
equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Tupleto
public Tupleto(int enters,
int times)
getEnters
public int getEnters()
setEnters
public void setEnters(int enters)
getTimes
public int getTimes()
setTimes
public void setTimes(int times)
convertTime
public long convertTime(long time)
isEqual
public boolean isEqual(Tupleto tupleto)
clone
public java.lang.Object clone()
- Overrides:
clone
in class java.lang.Object