package com.lizhou.bean;
/**
* 考试成绩类
* @author bojiangzhou
*
*/
public class EScore {
private int id; //ID
private Exam exam; //考试
private int examid; //考试ID
private Clazz clazz; //考试班级
private int clazzid; //班级ID
private Course course; //考试科目
private int courseid; //科目ID
private Student student; //考试学生
private int studentid; //学生ID
private int score; //考试成绩
public int getId() {
return id;
}
public void setId(int id) {
this.id = id;
}
public Exam getExam() {
return exam;
}
public void setExam(Exam exam) {
this.exam = exam;
}
public int getExamid() {
return examid;
}
public void setExamid(int examid) {
Exam exam = new Exam();
exam.setId(examid);
this.exam = exam;
this.examid = examid;
}
public Clazz getClazz() {
return clazz;
}
public void setClazz(Clazz clazz) {
this.clazz = clazz;
}
public int getClazzid() {
return clazzid;
}
public void setClazzid(int clazzid) {
Clazz clazz = new Clazz();
clazz.setId(clazzid);
this.clazz = clazz;
this.clazzid = clazzid;
}
public Course getCourse() {
return course;
}
public void setCourse(Course course) {
this.course = course;
}
public int getCourseid() {
return courseid;
}
public void setCourseid(int courseid) {
Course course = new Course();
course.setId(courseid);
this.course = course;
this.courseid = courseid;
}
public Student getStudent() {
return student;
}
public void setStudent(Student student) {
this.student = student;
}
public int getStudentid() {
return studentid;
}
public void setStudentid(int studentid) {
Student student = new Student();
student.setId(studentid);
this.student = student;
this.studentid = studentid;
}
public int getScore() {
return score;
}
public void setScore(int score) {
this.score = score;
}
}
最近下载更多
陈小灏 LV18
1月4日
223699 LV1
2024年3月3日
uni-code_0123 LV1
2023年8月1日
焖亲苏公布于 LV1
2023年7月3日
ziv5466123 LV7
2023年6月22日
tx1121 LV14
2023年5月8日
qiangmin1223 LV12
2023年4月24日
fxb060713 LV6
2022年12月26日
485415187 LV6
2022年11月28日
jwfadacai LV8
2022年5月25日
最近浏览更多
571818771 LV3
2024年12月16日
微信网友_7290996505972736 LV4
2024年12月11日
时光海 LV2
2024年7月1日
wkq888 LV17
2024年6月15日
sunrandong LV4
2024年4月29日
WBelong LV8
2024年3月8日
223699 LV1
2024年3月3日
微信网友_6882674791698432
2024年2月26日
暂无贡献等级
admin_z LV22
2024年1月29日
李朝磊 LV18
2024年1月6日

