test.songs
Class RepeatedSongComponent

java.lang.Object
  extended bytest.songs.SongComponent
      extended bytest.songs.RepeatedSongComponent

public class RepeatedSongComponent
extends SongComponent

Author:
crnash

Field Summary
(package private)  int repeatCount
           
 
Fields inherited from class test.songs.SongComponent
denominator, end, numerator, start
 
Constructor Summary
RepeatedSongComponent(int numerator, int denominator, int start, int end, int repeat)
           
 
Method Summary
 int getRepeatCount()
           
 void setRepeatCount(int repeatCount)
           
 
Methods inherited from class test.songs.SongComponent
getMeasureCount
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

repeatCount

int repeatCount
Constructor Detail

RepeatedSongComponent

public RepeatedSongComponent(int numerator,
                             int denominator,
                             int start,
                             int end,
                             int repeat)
Method Detail

getRepeatCount

public int getRepeatCount()
Returns:
Returns the repeatCount.

setRepeatCount

public void setRepeatCount(int repeatCount)
Parameters:
repeatCount - The repeatCount to set.