public class Role
extends java.lang.Object
Modifier and Type | Field and Description |
---|---|
protected long |
id |
protected java.lang.String |
name |
Constructor and Description |
---|
Role(org.json.JSONObject data) |
Role(long id,
java.lang.String name) |
Modifier and Type | Method and Description |
---|---|
long |
getID() |
java.lang.String |
getName() |