com.googlecode.googleplus.model.person
Class PersonName
java.lang.Object
com.googlecode.googleplus.model.person.PersonName
public class PersonName
- extends Object
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
PersonName
public PersonName()
getHonorificPrefix
public String getHonorificPrefix()
setHonorificPrefix
public void setHonorificPrefix(String honorificPrefix)
getMiddleName
public String getMiddleName()
setMiddleName
public void setMiddleName(String middleName)
getFamilyName
public String getFamilyName()
setFamilyName
public void setFamilyName(String familyName)
getFormatted
public String getFormatted()
setFormatted
public void setFormatted(String formatted)
getGivenName
public String getGivenName()
setGivenName
public void setGivenName(String givenName)
getHonorificSuffix
public String getHonorificSuffix()
setHonorificSuffix
public void setHonorificSuffix(String honorificSuffix)
Copyright © 2014. All Rights Reserved.