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

}
最近下载更多
2423906687  LV2 5月20日
新哥新奇士橙  LV4 1月26日
fkjafjkkfo  LV2 2024年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日
最近浏览更多
2423906687  LV2 5月20日
新哥新奇士橙  LV4 1月26日
571818771  LV3 2024年12月16日
自选菜 2024年11月21日
暂无贡献等级
时光海  LV2 2024年6月30日
hongdongdong  LV14 2024年6月22日
Mayoubin2001  LV21 2024年6月15日
159357123456 2024年6月6日
暂无贡献等级
15168576905 2024年6月5日
暂无贡献等级
微信网友_6906962132258816  LV7 2024年5月15日
顶部 客服 微信二维码 底部
>扫描二维码关注最代码为好友扫描二维码关注最代码为好友