|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectcom.aspose.network.outlook.MapiContactProfessionalPropertySet
public final class MapiContactProfessionalPropertySet
Properties are used to store professional details for the person represented by the contact
Method Summary | |
---|---|
String |
getAssistant()
Gets or sets the name of the contact's assistant |
String |
getCompanyName()
Gets or sets the company that employs the contact |
String |
getDepartmentName()
Gets or sets the name of the department to which the contact belongs |
String |
getManagerName()
Gets or sets the name of the contact's manager |
String |
getOfficeLocation()
Gets or sets the location of the office that the contact works in |
String |
getProfession()
Gets or sets the profession of the contact |
String |
getTitle()
Gets or sets the job title of the contact |
void |
setAssistant(String value)
|
void |
setCompanyName(String value)
|
void |
setDepartmentName(String value)
|
void |
setManagerName(String value)
|
void |
setOfficeLocation(String value)
|
void |
setProfession(String value)
|
void |
setTitle(String value)
|
String |
toString()
|
Methods inherited from class java.lang.Object |
---|
equals, getClass, hashCode, notify, notifyAll, wait, wait, wait |
Method Detail |
---|
public String getTitle()
public void setTitle(String value)
public String getCompanyName()
public void setCompanyName(String value)
public String getDepartmentName()
public void setDepartmentName(String value)
public String getOfficeLocation()
public void setOfficeLocation(String value)
public String getManagerName()
public void setManagerName(String value)
public String getAssistant()
public void setAssistant(String value)
public String getProfession()
public void setProfession(String value)
public String toString()
toString
in class Object
|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |