Uses of Interface
org.apache.shindig.social.opensocial.model.Name

Packages that use Name
org.apache.shindig.social.core.model Core Social Model 
org.apache.shindig.social.opensocial.model The Social Model API package 
 

Uses of Name in org.apache.shindig.social.core.model
 

Classes in org.apache.shindig.social.core.model that implement Name
 class NameImpl
          Default implementation of the Name model.
 

Methods in org.apache.shindig.social.core.model that return Name
 Name PersonImpl.getName()
           
 

Methods in org.apache.shindig.social.core.model with parameters of type Name
 void PersonImpl.setName(Name name)
           
 

Constructors in org.apache.shindig.social.core.model with parameters of type Name
PersonImpl(String id, String displayName, Name name)
          A constructor which contains all of the required fields on a person object
 

Uses of Name in org.apache.shindig.social.opensocial.model
 

Methods in org.apache.shindig.social.opensocial.model that return Name
 Name Person.getName()
          Get the person's name Container support for this field is REQUIRED.
 

Methods in org.apache.shindig.social.opensocial.model with parameters of type Name
 void Person.setName(Name name)
          Set the person's name Container support for this field is REQUIRED.
 



Copyright © 2007-2012. All Rights Reserved.