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
java.lang.String getFormatted()
- Returns:
- the name, formatted.
setFormatted
void setFormatted(java.lang.String formatted)
- set the name formatted.
- Parameters:
formatted - the name, formatted.
getAdditionalName
java.lang.String getAdditionalName()
- Returns:
- get the additional name.
setAdditionalName
void setAdditionalName(java.lang.String additionalName)
- Parameters:
additionalName - set the additional name.
getFamilyName
java.lang.String getFamilyName()
- Returns:
- the family name.
setFamilyName
void setFamilyName(java.lang.String familyName)
- Parameters:
familyName - the family name being set.
getGivenName
java.lang.String getGivenName()
- Returns:
- the given name.
setGivenName
void setGivenName(java.lang.String givenName)
- Parameters:
givenName - the given name to be set.
getHonorificPrefix
java.lang.String getHonorificPrefix()
- Returns:
- the honorific prefix.
setHonorificPrefix
void setHonorificPrefix(java.lang.String honorificPrefix)
- Parameters:
honorificPrefix - the honorific prefix to be set.
getHonorificSuffix
java.lang.String getHonorificSuffix()
- Returns:
- the honorific suffix.
setHonorificSuffix
void setHonorificSuffix(java.lang.String honorificSuffix)
- Parameters:
honorificSuffix - the honorific suffix to set.
Copyright © 2007-2012 The Apache Software Foundation. All Rights Reserved.