com.belerweb.social.qq.connect.bean
Class Education

java.lang.Object
  extended by com.belerweb.social.bean.JsonBean
      extended by com.belerweb.social.qq.connect.bean.Education

public class Education
extends JsonBean


Constructor Summary
Education()
           
 
Method Summary
 String getDepartmentId()
           
 String getId()
           
 Integer getLevel()
           
 String getSchoolId()
           
 Integer getYear()
           
static Education parse(org.json.JSONObject jsonObject)
           
 void setDepartmentId(String departmentId)
           
 void setId(String id)
           
 void setLevel(Integer level)
           
 void setSchoolId(String schoolId)
           
 void setYear(Integer year)
           
 
Methods inherited from class com.belerweb.social.bean.JsonBean
getJsonObject
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

Education

public Education()
Method Detail

getId

public String getId()

setId

public void setId(String id)

getYear

public Integer getYear()

setYear

public void setYear(Integer year)

getSchoolId

public String getSchoolId()

setSchoolId

public void setSchoolId(String schoolId)

getDepartmentId

public String getDepartmentId()

setDepartmentId

public void setDepartmentId(String departmentId)

getLevel

public Integer getLevel()

setLevel

public void setLevel(Integer level)

parse

public static Education parse(org.json.JSONObject jsonObject)


Copyright © 2014. All Rights Reserved.