|
|||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Object dguitar.adaptors.song.event.SongMessageImpl dguitar.adaptors.song.event.SongNotationMessage
Field Summary | |
private int |
duration
|
Constructor Summary | |
SongNotationMessage(int duration)
|
Method Summary | |
boolean |
equals(java.lang.Object o)
|
int |
getDuration()
|
void |
setDuration(int duration)
|
java.lang.String |
toString()
|
Methods inherited from class dguitar.adaptors.song.event.SongMessageImpl |
hashCode |
Methods inherited from class java.lang.Object |
clone, finalize, getClass, notify, notifyAll, wait, wait, wait |
Field Detail |
private int duration
Constructor Detail |
public SongNotationMessage(int duration)
Method Detail |
public int getDuration()
public void setDuration(int duration)
duration
- The duration to set.public boolean equals(java.lang.Object o)
equals
in interface SongMessage
equals
in class SongMessageImpl
public java.lang.String toString()
toString
in interface SongMessage
toString
in class SongMessageImpl
|
|||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |