facebook4j.internal.json
Class UserJSONImpl.EducationJSONImpl

java.lang.Object
  extended by facebook4j.internal.json.UserJSONImpl.EducationJSONImpl
All Implemented Interfaces:
User.Education, java.io.Serializable
Enclosing class:
UserJSONImpl

private final class UserJSONImpl.EducationJSONImpl
extends java.lang.Object
implements User.Education, java.io.Serializable


Field Summary
private  java.util.List<User.EducationClass> classes
           
private  java.util.List<IdNameEntity> concentration
           
private  IdNameEntity degree
           
private  IdNameEntity school
           
private static long serialVersionUID
           
private  java.lang.String type
           
private  java.util.List<IdNameEntity> with
           
private  IdNameEntity year
           
 
Constructor Summary
UserJSONImpl.EducationJSONImpl(JSONObject json)
           
 
Method Summary
 boolean equals(java.lang.Object obj)
           
 java.util.List<User.EducationClass> getClasses()
           
 java.util.List<IdNameEntity> getConcentration()
           
 IdNameEntity getDegree()
           
 IdNameEntity getSchool()
           
 java.lang.String getType()
           
 java.util.List<IdNameEntity> getWith()
           
 IdNameEntity getYear()
           
 int hashCode()
           
 java.lang.String toString()
           
 
Methods inherited from class java.lang.Object
clone, finalize, getClass, notify, notifyAll, wait, wait, wait
 

Field Detail

serialVersionUID

private static final long serialVersionUID
See Also:
Constant Field Values

year

private IdNameEntity year

type

private java.lang.String type

school

private IdNameEntity school

degree

private IdNameEntity degree

concentration

private java.util.List<IdNameEntity> concentration

classes

private java.util.List<User.EducationClass> classes

with

private java.util.List<IdNameEntity> with
Constructor Detail

UserJSONImpl.EducationJSONImpl

UserJSONImpl.EducationJSONImpl(JSONObject json)
                         throws FacebookException
Throws:
FacebookException
Method Detail

getYear

public IdNameEntity getYear()
Specified by:
getYear in interface User.Education

getType

public java.lang.String getType()
Specified by:
getType in interface User.Education

getSchool

public IdNameEntity getSchool()
Specified by:
getSchool in interface User.Education

getDegree

public IdNameEntity getDegree()
Specified by:
getDegree in interface User.Education

getConcentration

public java.util.List<IdNameEntity> getConcentration()
Specified by:
getConcentration in interface User.Education

getClasses

public java.util.List<User.EducationClass> getClasses()
Specified by:
getClasses in interface User.Education

getWith

public java.util.List<IdNameEntity> getWith()
Specified by:
getWith in interface User.Education

hashCode

public int hashCode()
Overrides:
hashCode in class java.lang.Object

equals

public boolean equals(java.lang.Object obj)
Overrides:
equals in class java.lang.Object

toString

public java.lang.String toString()
Overrides:
toString in class java.lang.Object