public class StudentInfo extends AlipayObject
Constructor and Description |
---|
StudentInfo() |
Modifier and Type | Method and Description |
---|---|
String |
getCityNo()
Gets city no.
|
String |
getClassName()
Gets class name.
|
String |
getCollegeName()
Gets college name.
|
String |
getCollegeNo()
Gets college no.
|
String |
getDegree()
Gets degree.
|
String |
getDepartments()
Gets departments.
|
Date |
getGmtEnrollment()
Gets gmt enrollment.
|
Date |
getGmtGraduation()
Gets gmt graduation.
|
String |
getMajor()
Gets major.
|
String |
getStudentId()
Gets student id.
|
void |
setCityNo(String cityNo)
Sets city no.
|
void |
setClassName(String className)
Sets class name.
|
void |
setCollegeName(String collegeName)
Sets college name.
|
void |
setCollegeNo(String collegeNo)
Sets college no.
|
void |
setDegree(String degree)
Sets degree.
|
void |
setDepartments(String departments)
Sets departments.
|
void |
setGmtEnrollment(Date gmtEnrollment)
Sets gmt enrollment.
|
void |
setGmtGraduation(Date gmtGraduation)
Sets gmt graduation.
|
void |
setMajor(String major)
Sets major.
|
void |
setStudentId(String studentId)
Sets student id.
|
public String getCityNo()
public void setCityNo(String cityNo)
cityNo
- the city nopublic String getClassName()
public void setClassName(String className)
className
- the class namepublic String getCollegeName()
public void setCollegeName(String collegeName)
collegeName
- the college namepublic String getCollegeNo()
public void setCollegeNo(String collegeNo)
collegeNo
- the college nopublic String getDegree()
public void setDegree(String degree)
degree
- the degreepublic String getDepartments()
public void setDepartments(String departments)
departments
- the departmentspublic Date getGmtEnrollment()
public void setGmtEnrollment(Date gmtEnrollment)
gmtEnrollment
- the gmt enrollmentpublic Date getGmtGraduation()
public void setGmtGraduation(Date gmtGraduation)
gmtGraduation
- the gmt graduationpublic String getMajor()
public void setMajor(String major)
major
- the majorpublic String getStudentId()
public void setStudentId(String studentId)
studentId
- the student idCopyright © 2018. All rights reserved.