|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectcom.funambol.common.pim.model.contact.ContactDetail
com.funambol.common.pim.model.contact.BusinessDetail
public class BusinessDetail
A container for the business details of a contact.
Constructor Summary | |
---|---|
BusinessDetail()
Creates an empty container of business details. |
Method Summary | |
---|---|
void |
addTitle(Title title)
Adds a new title to the title list, unless it is already there. |
Address |
getAddress()
Returns the contact's work address. |
java.lang.String |
getAssistant()
Returns the name of the contact's assistant |
java.lang.String |
getCompanies()
Gets a semicolon-separated list of companies this contact is associated with. |
Property |
getCompany()
Returns the company the contact works for. |
Property |
getDepartment()
Returns the department where the contact works. |
Property |
getLogo()
Deprecated. The logo field is not supported. |
java.lang.String |
getManager()
Returns the name of the contact's manager. |
java.lang.String |
getOfficeLocation()
Gets the location of the contact's office. |
Property |
getRole()
Returns the contact's business role. |
java.util.List |
getTitles()
Returns the contact's titles. |
void |
setAddress(Address address)
Sets property address. |
void |
setAssistant(java.lang.String assistant)
Sets the name of the contact's assistant. |
void |
setCompanies(java.lang.String companies)
Sets property companies. |
void |
setCompany(Property company)
Sets property company. |
void |
setDepartment(Property department)
Sets property department. |
void |
setLogo(Property logo)
Deprecated. The logo field is not supported. |
void |
setManager(java.lang.String manager)
Sets the name of the contact's manager. |
void |
setOfficeLocation(java.lang.String officeLocation)
Gets the location of the contact's office. |
void |
setRole(Property role)
Sets property role. |
void |
setTitles(java.util.List titles)
Sets property titles. |
Methods inherited from class com.funambol.common.pim.model.contact.ContactDetail |
---|
addEmail, addPhone, addTypifiedProperty, addWebPage, getEmails, getPhones, getWebPages, setEmails, setPhones, setWebPages |
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
---|
public BusinessDetail()
Method Detail |
---|
public Property getRole()
public java.util.List getTitles()
public void setTitles(java.util.List titles)
titles
- a List containing Title objectspublic void addTitle(Title title)
title
- the new title to addpublic Address getAddress()
public Property getCompany()
public Property getDepartment()
public java.lang.String getManager()
public java.lang.String getAssistant()
public Property getLogo()
public void setManager(java.lang.String manager)
manager
- new value of property managerpublic void setAssistant(java.lang.String assistant)
assistant
- new value of property assistantpublic java.lang.String getOfficeLocation()
public void setOfficeLocation(java.lang.String officeLocation)
officeLocation
- new value of property officeLocationpublic java.lang.String getCompanies()
public void setCompanies(java.lang.String companies)
companies
- new value of property companiespublic void setCompany(Property company)
company
- new value of property companypublic void setDepartment(Property department)
department
- new value of property departmentpublic void setRole(Property role)
role
- new value of property rolepublic void setAddress(Address address)
address
- new value of property addresspublic void setLogo(Property logo)
logo
- new value of property logo
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |