MapiContactProfessionalPropertySet
Inheritance: java.lang.Object
public final class MapiContactProfessionalPropertySet
Properties are used to store professional details for the person represented by the contact
Constructors
Constructor | Description |
---|---|
MapiContactProfessionalPropertySet() | Initializes a new instance of the MapiContactProfessionalPropertySet class. |
MapiContactProfessionalPropertySet(String companyName, String title) | Initializes a new instance of the MapiContactProfessionalPropertySet class. |
MapiContactProfessionalPropertySet(MapiPropertyCollection properties) | Initializes a new instance of the MapiContactProfessionalPropertySet class |
Methods
Method | Description |
---|---|
equals(Object arg0) | |
getAssistant() | Gets or sets the name of the contact’s assistant |
getClass() | |
getCompanyName() | Gets or sets the company that employs the contact |
getDepartmentName() | Gets or sets the name of the department to which the contact belongs |
getManagerName() | Gets or sets the name of the contact’s manager |
getOfficeLocation() | Gets or sets the location of the office that the contact works in |
getProfession() | Gets or sets the profession of the contact |
getTitle() | Gets or sets the job title of the contact |
hashCode() | |
notify() | |
notifyAll() | |
setAssistant(String value) | Gets or sets the name of the contact’s assistant |
setCompanyName(String value) | Gets or sets the company that employs the contact |
setDepartmentName(String value) | Gets or sets the name of the department to which the contact belongs |
setManagerName(String value) | Gets or sets the name of the contact’s manager |
setOfficeLocation(String value) | Gets or sets the location of the office that the contact works in |
setProfession(String value) | Gets or sets the profession of the contact |
setTitle(String value) | Gets or sets the job title of the contact |
toString() | |
wait() | |
wait(long arg0) | |
wait(long arg0, int arg1) |
MapiContactProfessionalPropertySet()
public MapiContactProfessionalPropertySet()
Initializes a new instance of the MapiContactProfessionalPropertySet class.
MapiContactProfessionalPropertySet(String companyName, String title)
public MapiContactProfessionalPropertySet(String companyName, String title)
Initializes a new instance of the MapiContactProfessionalPropertySet class.
Parameters:
Parameter | Type | Description |
---|---|---|
companyName | java.lang.String | Name of the company. |
title | java.lang.String | The title. |
MapiContactProfessionalPropertySet(MapiPropertyCollection properties)
public MapiContactProfessionalPropertySet(MapiPropertyCollection properties)
Initializes a new instance of the MapiContactProfessionalPropertySet class
Parameters:
Parameter | Type | Description |
---|---|---|
properties | MapiPropertyCollection | A MapiPropertyCollection containing contact professional properties |
equals(Object arg0)
public boolean equals(Object arg0)
Parameters:
Parameter | Type | Description |
---|---|---|
arg0 | java.lang.Object |
Returns: boolean
getAssistant()
public final String getAssistant()
Gets or sets the name of the contact’s assistant
Returns: java.lang.String
getClass()
public final native Class<?> getClass()
Returns: java.lang.Class
getCompanyName()
public final String getCompanyName()
Gets or sets the company that employs the contact
Returns: java.lang.String
getDepartmentName()
public final String getDepartmentName()
Gets or sets the name of the department to which the contact belongs
Returns: java.lang.String
getManagerName()
public final String getManagerName()
Gets or sets the name of the contact’s manager
Returns: java.lang.String
getOfficeLocation()
public final String getOfficeLocation()
Gets or sets the location of the office that the contact works in
Returns: java.lang.String
getProfession()
public final String getProfession()
Gets or sets the profession of the contact
Returns: java.lang.String
getTitle()
public final String getTitle()
Gets or sets the job title of the contact
Returns: java.lang.String
hashCode()
public native int hashCode()
Returns: int
notify()
public final native void notify()
notifyAll()
public final native void notifyAll()
setAssistant(String value)
public final void setAssistant(String value)
Gets or sets the name of the contact’s assistant
Parameters:
Parameter | Type | Description |
---|---|---|
value | java.lang.String |
setCompanyName(String value)
public final void setCompanyName(String value)
Gets or sets the company that employs the contact
Parameters:
Parameter | Type | Description |
---|---|---|
value | java.lang.String |
setDepartmentName(String value)
public final void setDepartmentName(String value)
Gets or sets the name of the department to which the contact belongs
Parameters:
Parameter | Type | Description |
---|---|---|
value | java.lang.String |
setManagerName(String value)
public final void setManagerName(String value)
Gets or sets the name of the contact’s manager
Parameters:
Parameter | Type | Description |
---|---|---|
value | java.lang.String |
setOfficeLocation(String value)
public final void setOfficeLocation(String value)
Gets or sets the location of the office that the contact works in
Parameters:
Parameter | Type | Description |
---|---|---|
value | java.lang.String |
setProfession(String value)
public final void setProfession(String value)
Gets or sets the profession of the contact
Parameters:
Parameter | Type | Description |
---|---|---|
value | java.lang.String |
setTitle(String value)
public final void setTitle(String value)
Gets or sets the job title of the contact
Parameters:
Parameter | Type | Description |
---|---|---|
value | java.lang.String |
toString()
public String toString()
Returns: java.lang.String
wait()
public final void wait()
wait(long arg0)
public final native void wait(long arg0)
Parameters:
Parameter | Type | Description |
---|---|---|
arg0 | long |
wait(long arg0, int arg1)
public final void wait(long arg0, int arg1)
Parameters:
Parameter | Type | Description |
---|---|---|
arg0 | long | |
arg1 | int |