public class ContactPersonalInfo extends APIBean
| Constructor and Description |
|---|
ContactPersonalInfo()
Default constructor
|
ContactPersonalInfo(java.lang.String name,
java.lang.String middleName,
java.lang.String lastName,
ContactPersonalInfoTitle title)
The Constructor used by the implementation
|
| Modifier and Type | Method and Description |
|---|---|
java.lang.String |
getLastName()
Returns the last name of the Contact
|
java.lang.String |
getMiddleName()
Returns the middle name of the Contact
|
java.lang.String |
getName()
Returns the name of the Contact
|
ContactPersonalInfoTitle |
getTitle()
Returns the title of the Contact
|
void |
setLastName(java.lang.String lastName)
Set the last name of the Contact
|
void |
setMiddleName(java.lang.String middleName)
Set the middle name of the Contact
|
void |
setName(java.lang.String name)
Set the name of the Contact
|
void |
setTitle(ContactPersonalInfoTitle title)
Set the Title of the Contact
|
public ContactPersonalInfo()
public ContactPersonalInfo(java.lang.String name,
java.lang.String middleName,
java.lang.String lastName,
ContactPersonalInfoTitle title)
name - of the ContactmiddleName - of the ContactlastName - of the Contacttitle - of the Contactpublic ContactPersonalInfoTitle getTitle()
public void setTitle(ContactPersonalInfoTitle title)
title - of the Contactpublic java.lang.String getLastName()
public void setLastName(java.lang.String lastName)
lastName - of the Contactpublic java.lang.String getMiddleName()
public void setMiddleName(java.lang.String middleName)
middleName - of the Contactpublic java.lang.String getName()
public void setName(java.lang.String name)
name - of the Contact