com.belerweb.social.qq.connect.bean
Class Education
java.lang.Object
com.belerweb.social.bean.JsonBean
com.belerweb.social.qq.connect.bean.Education
public class Education
- extends JsonBean
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Education
public Education()
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.