org.yestech.rpx.objectmodel
Class MergedPortableContact
java.lang.Object
org.yestech.rpx.objectmodel.MergedPortableContact
- All Implemented Interfaces:
- Serializable
public class MergedPortableContact
- extends Object
- implements Serializable
- Author:
- A.J. Wright
- See Also:
- Serialized Form
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
MergedPortableContact
public MergedPortableContact()
getGender
public Gender getGender()
setGender
public void setGender(Gender gender)
getUrls
public List<TypeValue> getUrls()
setUrls
public void setUrls(List<TypeValue> urls)
getPreferredUsername
public String getPreferredUsername()
setPreferredUsername
public void setPreferredUsername(String preferredUsername)
getDisplayname
public String getDisplayname()
setDisplayname
public void setDisplayname(String displayname)
getBirthday
public org.joda.time.DateTime getBirthday()
setBirthday
public void setBirthday(org.joda.time.DateTime birthday)
getEmails
public List<TypeValue> getEmails()
setEmails
public void setEmails(List<TypeValue> emails)
getName
public Name getName()
setName
public void setName(Name name)
getLanguageSpoken
public List<String> getLanguageSpoken()
setLanguageSpoken
public void setLanguageSpoken(List<String> languageSpoken)
getMovies
public List<String> getMovies()
setMovies
public void setMovies(List<String> movies)
getCurrentLocation
public Address getCurrentLocation()
setCurrentLocation
public void setCurrentLocation(Address currentLocation)
getTvShows
public List<String> getTvShows()
setTvShows
public void setTvShows(List<String> tvShows)
getMusic
public List<String> getMusic()
setMusic
public void setMusic(List<String> music)
getOrganizations
public List<Organization> getOrganizations()
setOrganizations
public void setOrganizations(List<Organization> organizations)
getRelationshipStatus
public String getRelationshipStatus()
setRelationshipStatus
public void setRelationshipStatus(String relationshipStatus)
getInterests
public List<String> getInterests()
setInterests
public void setInterests(List<String> interests)
getUtcOffset
public String getUtcOffset()
setUtcOffset
public void setUtcOffset(String utcOffset)
getPhotos
public List<TypeValue> getPhotos()
setPhotos
public void setPhotos(List<TypeValue> photos)
fromJson
public static MergedPortableContact fromJson(org.json.JSONObject json)
Copyright © 2010 YES Technology Association. All Rights Reserved.