facebook4j.internal.json
Class UserJSONImpl.EducationClassJSONImpl

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

private final class UserJSONImpl.EducationClassJSONImpl
extends java.lang.Object
implements User.EducationClass, java.io.Serializable


Field Summary
private  java.lang.String description
           
private static long serialVersionUID
           
private  java.util.List<IdNameEntity> with
           
 
Constructor Summary
UserJSONImpl.EducationClassJSONImpl(JSONObject json)
           
 
Method Summary
 boolean equals(java.lang.Object obj)
           
 java.lang.String getDescription()
           
private  UserJSONImpl getOuterType()
           
 java.util.List<IdNameEntity> getWith()
           
 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

with

private java.util.List<IdNameEntity> with

description

private java.lang.String description
Constructor Detail

UserJSONImpl.EducationClassJSONImpl

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

getWith

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

getDescription

public java.lang.String getDescription()
Specified by:
getDescription in interface User.EducationClass

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

getOuterType

private UserJSONImpl getOuterType()