|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.ObjectSong
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 |
public SongPart first
public SongPart second
Constructor Detail |
public Song()
Method Detail |
public void setFirst(SongPart channel1)
public void setSecond(SongPart channel2)
public void show()
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |