public class McSp2Note
extends java.lang.Object
| Constructor and Description |
|---|
McSp2Note() |
| Modifier and Type | Method and Description |
|---|---|
McSp2Note |
copy() |
boolean |
equals(java.lang.Object o) |
int |
getInstrument() |
char |
getInstrumentAndKey() |
int |
getKey() |
int |
hashCode() |
McSp2Note |
setInstrument(int instrument) |
McSp2Note |
setInstrumentAndKey(char data) |
McSp2Note |
setKey(int key) |
public int getInstrument()
public McSp2Note setInstrument(int instrument)
public int getKey()
public McSp2Note setKey(int key)
public McSp2Note setInstrumentAndKey(char data)
public char getInstrumentAndKey()
public McSp2Note copy()
public boolean equals(java.lang.Object o)
equals in class java.lang.Objectpublic int hashCode()
hashCode in class java.lang.Object