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;
	}

}
最近下载更多
fkjafjkkfo  LV2 4月24日
pangzhihui  LV14 2023年12月25日
tx1121  LV14 2023年5月8日
fxb060713  LV6 2022年12月26日
你们的代码都是我的了  LV16 2022年12月5日
liyongqii  LV3 2022年11月1日
yxzzxy  LV3 2022年7月27日
微信网友_5764743416303616  LV6 2022年4月25日
Kevin_001  LV6 2022年4月8日
gggxiazai  LV3 2022年3月30日
最近浏览更多
自选菜 6分钟前
暂无贡献等级
时光海  LV2 6月30日
hongdongdong  LV14 6月22日
Mayoubin2001  LV21 6月15日
159357123456 6月6日
暂无贡献等级
15168576905 6月5日
暂无贡献等级
sunrandong  LV4 4月29日
fkjafjkkfo  LV2 4月24日
chirsbey2 4月17日
暂无贡献等级
顶部 客服 微信二维码 底部
>扫描二维码关注最代码为好友扫描二维码关注最代码为好友