Class Song

java.lang.Object
  extended bySong

public class Song
extends Object


Field Summary
 SongPart first
          first Channel
 SongPart second
          second Channel
 
Constructor Summary
Song()
           
 
Method Summary
 void setFirst(SongPart channel1)
          Take in a SongPart to make the first channel in the song
 void setSecond(SongPart channel2)
          Take in a SongPart to make the second channel in the song
 void show()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

first

public SongPart first
first Channel


second

public SongPart second
second Channel

Constructor Detail

Song

public Song()
Method Detail

setFirst

public void setFirst(SongPart channel1)
Take in a SongPart to make the first channel in the song


setSecond

public void setSecond(SongPart channel2)
Take in a SongPart to make the second channel in the song


show

public void show()