public class Group extends Object implements Serializable
| Constructor and Description |
|---|
Group() |
Group(String name,
String description) |
| Modifier and Type | Method and Description |
|---|---|
boolean |
equals(Object obj) |
String |
getDescription() |
String |
getName() |
int |
hashCode() |
void |
setDescription(String description) |
void |
setName(String name) |
Copyright © 2018–2021. All rights reserved.