|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectorg.musicontroller.core.LinkableAbs
org.musicontroller.core.Instrument
public class Instrument
Constructor Summary | |
---|---|
Instrument()
|
Method Summary | |
---|---|
boolean |
equals(java.lang.Object obj)
Two Instruments are the same if their names are equal (ignoring case). |
java.lang.String |
getType()
|
int |
hashCode()
|
java.lang.String |
toString()
Returns a string representing the instrument that is suitable for human consumption. |
Methods inherited from class org.musicontroller.core.LinkableAbs |
---|
getChanged, getId, getInserted, getName, normalizeName, setChanged, setId, setInserted, setName |
Methods inherited from class java.lang.Object |
---|
clone, finalize, getClass, notify, notifyAll, wait, wait, wait |
Constructor Detail |
---|
public Instrument()
Method Detail |
---|
public boolean equals(java.lang.Object obj)
equals
in class java.lang.Object
public int hashCode()
hashCode
in class java.lang.Object
public java.lang.String toString()
toString
in class java.lang.Object
public java.lang.String getType()
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |