org.apache.shindig.social.opensocial.model
Interface Name
- All Known Implementing Classes:
- NameImpl
public interface Name
Base interface for all name objects.
see
http://www.opensocial.org/Technical-Resources/opensocial-spec-v081/opensocial-reference#opensocial.Name
|
Nested Class Summary |
static class |
Name.Field
An enumeration of fields in the json name object. |
getFormatted
String getFormatted()
- Returns:
- the name, formatted.
setFormatted
void setFormatted(String formatted)
- set the name formatted.
- Parameters:
formatted - the name, formatted.
getAdditionalName
String getAdditionalName()
- Returns:
- get the additional name.
setAdditionalName
void setAdditionalName(String additionalName)
- Parameters:
additionalName - set the additional name.
getFamilyName
String getFamilyName()
- Returns:
- the family name.
setFamilyName
void setFamilyName(String familyName)
- Parameters:
familyName - the family name being set.
getGivenName
String getGivenName()
- Returns:
- the given name.
setGivenName
void setGivenName(String givenName)
- Parameters:
givenName - the given name to be set.
getHonorificPrefix
String getHonorificPrefix()
- Returns:
- the honorific prefix.
setHonorificPrefix
void setHonorificPrefix(String honorificPrefix)
- Parameters:
honorificPrefix - the honorific prefix to be set.
getHonorificSuffix
String getHonorificSuffix()
- Returns:
- the honorific suffix.
setHonorificSuffix
void setHonorificSuffix(String honorificSuffix)
- Parameters:
honorificSuffix - the honorific suffix to set.
Copyright © 2007-2012. All Rights Reserved.