org.jboss.seam.social.facebook.model
Class UserJackson

java.lang.Object
  extended by org.jboss.seam.social.core.UserProfile
      extended by org.jboss.seam.social.facebook.model.UserJackson
All Implemented Interfaces:
Serializable, org.jboss.seam.social.facebook.model.User

public class UserJackson
extends org.jboss.seam.social.core.UserProfile
implements org.jboss.seam.social.facebook.model.User

Author:
Antoine Sabot-Durand, Todd Morrison

{ "id": "1234567", "name": "Antoine Sabot-Durand", "first_name": "Antoine", "last_name": "Sabot-Durand", "link": "http://www.facebook.com/antoine.sabotdurand", "username": "ASD", "birthday": "05/18/19XX", "hometown": { "id": "110774245616525", "name": "Paris, France" }, "location": { "id": "106108736094844", "name": "Villejuif, France" }, "bio": "L'expérience est une lanterne qui n'éclaire que celui qui la porte.", "work": [ { "employer": { "id": "109956419029713", "name": "Ippon Technologies" }, "position": { "id": "137677519604193", "name": "Manager Technique" }, "start_date": "2009-09" }, { "employer": { "id": "113944145284963", "name": "Quip Marketing" }, "location": { "id": "110774245616525", "name": "Paris, France" }, "position": { "id": "137148166320485", "name": "Directeur Technique" }, "start_date": "2007-04", "end_date": "2008-12" } ], "education": [ { "school": { "id": "115119648501580", "name": "EPITA" }, "year": { "id": "137409666290034", "name": "1995" }, "concentration": [ { "id": "129225533813483", "name": "Télécom" } ], "type": "College" }, { "school": { "id": "110750642282837", "name": "Saint Michel de Picpus" }, "year": { "id": "112936752090738", "name": "1989" }, "type": "High School" } ], "gender": "male", "meeting_for": [ "Friendship", "Networking" ], "relationship_status": "Married", "website": "http://www.next-presso.fr", "timezone": 2, "locale": "fr_FR", "languages": [ { "id": "103803232991647", "name": "Anglais" }, { "id": "112264595467201", "name": "Français" } ], "verified": true, "updated_time": "2011-04-03T12:03:15+0000" }

See Also:
Serialized Form

Constructor Summary
protected UserJackson()
           
protected UserJackson(String id)
           
 
Method Summary
 String getFullName()
           
 String getId()
           
 String getProfileImageUrl()
           
 
Methods inherited from class org.jboss.seam.social.core.UserProfile
equals, hashCode
 
Methods inherited from class java.lang.Object
clone, finalize, getClass, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

UserJackson

protected UserJackson(String id)
Parameters:
id -

UserJackson

protected UserJackson()
Method Detail

getFullName

public String getFullName()
Specified by:
getFullName in class org.jboss.seam.social.core.UserProfile

getProfileImageUrl

public String getProfileImageUrl()
Specified by:
getProfileImageUrl in class org.jboss.seam.social.core.UserProfile

getId

public String getId()
Overrides:
getId in class org.jboss.seam.social.core.UserProfile


Copyright © 2011 Seam Framework. All Rights Reserved.