public class ContactProfessionalInfo extends APIBean
| Constructor and Description |
|---|
ContactProfessionalInfo()
Default constructor
|
ContactProfessionalInfo(java.lang.String jobTitle,
java.lang.String jobDescription,
java.lang.String company)
Constructor used by implementation to set the ContactProfessionalInfo.
|
| Modifier and Type | Method and Description |
|---|---|
java.lang.String |
getCompany()
Returns the company of the job
|
java.lang.String |
getJobDescription()
Returns the description of the job
|
java.lang.String |
getJobTitle()
Returns the title of the job
|
void |
setCompany(java.lang.String company)
Set the company of the job
|
void |
setJobDescription(java.lang.String jobDescription)
Set the description of the job
|
void |
setJobTitle(java.lang.String jobTitle)
Set the title of the job
|
public ContactProfessionalInfo()
public ContactProfessionalInfo(java.lang.String jobTitle,
java.lang.String jobDescription,
java.lang.String company)
jobTitle - The job titlejobDescription - The job descriptioncompany - The company of the jobpublic java.lang.String getCompany()
public void setCompany(java.lang.String company)
company - The company of the jobpublic java.lang.String getJobDescription()
public void setJobDescription(java.lang.String jobDescription)
jobDescription - The job descriptionpublic java.lang.String getJobTitle()
public void setJobTitle(java.lang.String jobTitle)
jobTitle - The job title