|
||||||||||
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.PersonalDetail
public class PersonalDetail
An object containing the personal details of a contact
Constructor Summary | |
---|---|
PersonalDetail()
Creates an empty list of personal details |
Method Summary | |
---|---|
Address |
getAddress()
Returns the address for this Personal Detail |
java.lang.String |
getAnniversary()
Returns the anniversary for this Personal Detail |
java.lang.String |
getBirthday()
Returns the birthday for this Personal Detail |
java.lang.String |
getChildren()
Returns the children for this Personal Detail |
java.lang.String |
getGender()
Returns the gender for this Personal Detail |
Property |
getGeo()
Returns the geo for this Personal Detail |
java.lang.String |
getHobbies()
Getter for property hobbies. |
Address |
getOtherAddress()
Returns the other address for this Personal Detail |
Property |
getPhoto()
Deprecated. Since v65, use getPhotoObject and setPhotoObject |
Photo |
getPhotoObject()
Returns the photo as Photo and not just as Property |
java.lang.String |
getSpouse()
Returns the spouse for this Personal Detail |
void |
setAddress(Address address)
Setter for property address. |
void |
setAnniversary(java.lang.String anniversary)
Sets the anniversary for this Personal Detail |
void |
setBirthday(java.lang.String birthday)
Sets the birthday for this Personal Detail |
void |
setChildren(java.lang.String children)
Sets the children for this Personal Detail |
void |
setGender(java.lang.String gender)
Sets the gender for this Personal Detail |
void |
setGeo(Property geo)
Sets the geo for this Personal Detail |
void |
setHobbies(java.lang.String hobbies)
Setter for property hobbies. |
void |
setOtherAddress(Address otherAddress)
Setter for property otherAddress. |
void |
setPhoto(Property photo)
Deprecated. Since v65, use setPhotoObject |
void |
setPhotoObject(Photo photo)
Setter for property photo. |
void |
setSpouse(java.lang.String spouse)
Sets the spouse for this Personal Detail |
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 PersonalDetail()
Method Detail |
---|
public Address getAddress()
public Address getOtherAddress()
public Property getGeo()
public java.lang.String getSpouse()
public java.lang.String getChildren()
public java.lang.String getAnniversary()
public java.lang.String getBirthday()
public java.lang.String getGender()
public Property getPhoto()
public Photo getPhotoObject()
Photo
and not just as Property
public void setGeo(Property geo)
geo
- the geo to setpublic void setSpouse(java.lang.String spouse)
spouse
- the spouse to setpublic void setChildren(java.lang.String children)
children
- the children to setpublic void setAnniversary(java.lang.String anniversary)
anniversary
- the anniversary to setpublic void setBirthday(java.lang.String birthday)
birthday
- the spouse to setpublic void setGender(java.lang.String gender)
gender
- the gender to setpublic java.lang.String getHobbies()
public void setHobbies(java.lang.String hobbies)
hobbies
- New value of property hobbies.public void setAddress(Address address)
address
- New value of property address.public void setOtherAddress(Address otherAddress)
otherAddress
- New value of property otherAddress.public void setPhoto(Property photo)
photo
- New value of property photo.public void setPhotoObject(Photo photo)
photo
- New value of property photo.
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |