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