Package com.echothree.util.common.string
Class NameResult
java.lang.Object
com.echothree.util.common.string.NameResult
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionReturns the firstName.Returns the lastName.Returns the middleName.Returns the nameSuffixChoice.Returns the personalTitleChoice.void
print()
-
Constructor Details
-
NameResult
-
-
Method Details
-
getPersonalTitleChoice
Returns the personalTitleChoice.- Returns:
- the personalTitleChoice
-
getFirstName
Returns the firstName.- Returns:
- the firstName
-
getMiddleName
Returns the middleName.- Returns:
- the middleName
-
getLastName
Returns the lastName.- Returns:
- the lastName
-
getNameSuffixChoice
Returns the nameSuffixChoice.- Returns:
- the nameSuffixChoice
-
print
-
getFormattedName
-