public class CompleteName
extends java.lang.Object
| Constructor and Description |
|---|
CompleteName()
Initializes a new instance of the CompleteName class.
|
| Modifier and Type | Method and Description |
|---|---|
java.lang.String |
getFirstName()
Gets the first name of contact.
|
java.lang.String |
getFullName()
Gets the full name of a contact.
|
java.lang.String |
getInitials()
Gets the initials of a contact.
|
java.lang.String |
getLastName()
Gets the last name of a contact.
|
java.lang.String |
getMiddleName()
Gets the middle name of a contact.
|
java.lang.String |
getNickname()
Gets the nickname of a contact.
|
java.lang.String |
getSuffix()
Gets a suffix to a contact's name.
|
java.lang.String |
getTitle()
Gets the title of a contact.
|
java.lang.String |
getYomiFirstName()
Gets the name used in Japan for the searchable or phonetic spelling of a Japanese first name.
|
java.lang.String |
getYomiLastName()
Gets the name used in Japan for the searchable or phonetic spelling of a Japanese last name.
|
void |
setFirstName(java.lang.String firstName)
Sets the first name of contact.
|
void |
setFullName(java.lang.String fullName)
Sets the full name of a contact.
|
void |
setInitials(java.lang.String initials)
Sets the initials of a contact.
|
void |
setLastName(java.lang.String lastName)
Sets the last name of a contact.
|
void |
setMiddleName(java.lang.String middleName)
Sets the middle name of a contact.
|
void |
setNickname(java.lang.String nickname)
Sets the nickname of a contact.
|
void |
setSuffix(java.lang.String suffix)
Sets a suffix to a contact's name.
|
void |
setTitle(java.lang.String title)
Sets the title of a contact.
|
void |
setYomiFirstName(java.lang.String yomiFirstName)
Sets the name used in Japan for the searchable or phonetic spelling of a Japanese first name.
|
void |
setYomiLastName(java.lang.String yomiLastName)
Sets the name used in Japan for the searchable or phonetic spelling of a Japanese last name.
|
java.lang.String |
toString()
Converts the value of the current CompleteName object to its equivalent string representation.
|
public CompleteName()
public java.lang.String toString()
toString in class java.lang.Objectpublic java.lang.String getTitle()
public void setTitle(java.lang.String title)
title - the new titlepublic java.lang.String getFirstName()
public void setFirstName(java.lang.String firstName)
firstName - the new first namepublic java.lang.String getMiddleName()
public void setMiddleName(java.lang.String middleName)
middleName - the new middle namepublic java.lang.String getLastName()
public void setLastName(java.lang.String lastName)
lastName - the new last namepublic java.lang.String getSuffix()
public void setSuffix(java.lang.String suffix)
suffix - the new suffixpublic java.lang.String getInitials()
public void setInitials(java.lang.String initials)
initials - the new initialspublic java.lang.String getFullName()
public void setFullName(java.lang.String fullName)
fullName - the new full namepublic java.lang.String getNickname()
public void setNickname(java.lang.String nickname)
nickname - the new nicknamepublic java.lang.String getYomiFirstName()
public void setYomiFirstName(java.lang.String yomiFirstName)
yomiFirstName - the new yomi first namepublic java.lang.String getYomiLastName()
public void setYomiLastName(java.lang.String yomiLastName)
yomiLastName - the new yomi last name