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