public class TxtNote
extends java.lang.Object
| Constructor | Description |
|---|---|
TxtNote() |
| Modifier and Type | Method | 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