| Modifier and Type | Field and Description |
|---|---|
Gender |
gender |
String |
givenName |
String |
nickname |
| Constructor and Description |
|---|
GivenName(String givenName,
String nickname,
Gender gender) |
| Modifier and Type | Method and Description |
|---|---|
GivenName |
clone() |
boolean |
equals(Object o) |
int |
hashCode() |
FullName |
toFullName(String surname) |
String |
toString() |
Copyright © 2017. All rights reserved.