public class EducationExperiencesInfo extends Object
| 构造器和说明 |
|---|
EducationExperiencesInfo() |
| 限定符和类型 | 方法和说明 |
|---|---|
String |
getDegree()
学历
|
String |
getEducationStatus()
教育状态
|
String |
getLocation()
受教育地点
|
Long |
getMonth()
月
|
String |
getSchoolName()
学校名称
|
Long |
getYear()
年
|
void |
setDegree(String degree)
学历
|
void |
setEducationStatus(String educationStatus)
教育状态
|
void |
setLocation(String location)
受教育地点
|
void |
setMonth(Long month)
月
|
void |
setSchoolName(String schoolName)
学校名称
|
void |
setYear(Long year)
年
|
public String getDegree()
public void setDegree(String degree)
public String getLocation()
public void setLocation(String location)
public String getSchoolName()
public void setSchoolName(String schoolName)
public String getEducationStatus()
public void setEducationStatus(String educationStatus)
public Long getYear()
public void setYear(Long year)
public Long getMonth()
public void setMonth(Long month)
Copyright © 2023. All Rights Reserved.