public class Pin
extends java.lang.Object
Constructor and Description |
---|
Pin(int row,
java.lang.Object userData) |
Modifier and Type | Method and Description |
---|---|
int |
getRow() |
int |
getUid() |
java.lang.Object |
getUserData() |
void |
push(int push) |
void |
setRow(int row) |
void |
setUid(int uid) |