public class Mastery
extends java.lang.Object
| Constructor and Description |
|---|
Mastery() |
| Modifier and Type | Method and Description |
|---|---|
static long |
getInstanceCount() |
long |
getMasteryId() |
int |
getRank() |
void |
setMasteryId(long id)
Allows one time setting of rank.
|
void |
setRank(int rank)
Allows one time setting of rank.
|
public static long getInstanceCount()
public long getMasteryId()
public void setMasteryId(long id)
id - ID of the masterypublic int getRank()
public void setRank(int rank)
rank - value (probably 1 or 5).