org.herac.tuxguitar.song.models
Class Tupleto

java.lang.Object
  extended by 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)
           
 
Method Summary
 java.lang.Object clone()
           
 long convertTime(long time)
           
 int getEnters()
           
 int getTimes()
           
 boolean isEqual(Tupleto tupleto)
           
 void setEnters(int enters)
           
 void setTimes(int times)
           
 
Methods inherited from class java.lang.Object
equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

Tupleto

public Tupleto(int enters,
               int times)
Method Detail

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