public class PatientSet extends Object
| Constructor and Description |
|---|
PatientSet() |
| Modifier and Type | Method and Description |
|---|---|
boolean |
equals(Object obj) |
String |
getName() |
Set<String> |
getPatients() |
String |
getUsername() |
int |
hashCode() |
void |
setName(String name) |
void |
setPatients(Set<String> patients) |
void |
setUsername(String username) |
String |
toString() |
Copyright © 2016–2019 Emory University. All rights reserved.