public class Group extends Object
| Constructor and Description |
|---|
Group() |
| Modifier and Type | Method and Description |
|---|---|
boolean |
equals(Object o) |
int |
getGr_gid() |
List<String> |
getGr_mem() |
String |
getGr_name() |
String |
getGr_passwd() |
int |
hashCode() |
void |
setGr_gid(int gr_gid) |
void |
setGr_mem(List<String> gr_mem) |
void |
setGr_name(String gr_name) |
void |
setGr_passwd(String gr_passwd) |
String |
toString() |
Copyright © 2023. All rights reserved.