public class Group extends Object
| Modifier and Type | Field and Description |
|---|---|
protected long |
id |
protected String |
name |
protected String |
reference |
| Constructor and Description |
|---|
Group(org.json.JSONObject data) |
Group(long id,
String name,
String reference) |
| Modifier and Type | Method and Description |
|---|---|
boolean |
equals(Object obj) |
long |
getID() |
String |
getName() |
String |
getReference() |
int |
hashCode() |
Copyright © 2018. All rights reserved.