⭐ 欢迎来到虫虫下载站! | 📦 资源下载 📁 资源专辑 ℹ️ 关于我们
⭐ 虫虫下载站

📄 testpapertable.java

📁 在线考试系统
💻 JAVA
字号:
package exam.dao;

/**
 * TestpaperTable entity. @author MyEclipse Persistence Tools
 */

public class TestpaperTable implements java.io.Serializable {

	// Fields

	private TestpaperTableId id;
	private String testpapername;
	private String testpaperexplain;
	private String testpapertype;
	private Integer questiontypeid;
	private Integer questionboundid;
	private Integer questionsubjectid;
	private String onecaptionexam;
	private Integer questionnumbers;

	// Constructors

	/** default constructor */
	public TestpaperTable() {
	}

	/** minimal constructor */
	public TestpaperTable(TestpaperTableId id) {
		this.id = id;
	}

	/** full constructor */
	public TestpaperTable(TestpaperTableId id, String testpapername,
			String testpaperexplain, String testpapertype,
			Integer questiontypeid, Integer questionboundid,
			Integer questionsubjectid, String onecaptionexam,
			Integer questionnumbers) {
		this.id = id;
		this.testpapername = testpapername;
		this.testpaperexplain = testpaperexplain;
		this.testpapertype = testpapertype;
		this.questiontypeid = questiontypeid;
		this.questionboundid = questionboundid;
		this.questionsubjectid = questionsubjectid;
		this.onecaptionexam = onecaptionexam;
		this.questionnumbers = questionnumbers;
	}

	// Property accessors

	public TestpaperTableId getId() {
		return this.id;
	}

	public void setId(TestpaperTableId id) {
		this.id = id;
	}

	public String getTestpapername() {
		return this.testpapername;
	}

	public void setTestpapername(String testpapername) {
		this.testpapername = testpapername;
	}

	public String getTestpaperexplain() {
		return this.testpaperexplain;
	}

	public void setTestpaperexplain(String testpaperexplain) {
		this.testpaperexplain = testpaperexplain;
	}

	public String getTestpapertype() {
		return this.testpapertype;
	}

	public void setTestpapertype(String testpapertype) {
		this.testpapertype = testpapertype;
	}

	public Integer getQuestiontypeid() {
		return this.questiontypeid;
	}

	public void setQuestiontypeid(Integer questiontypeid) {
		this.questiontypeid = questiontypeid;
	}

	public Integer getQuestionboundid() {
		return this.questionboundid;
	}

	public void setQuestionboundid(Integer questionboundid) {
		this.questionboundid = questionboundid;
	}

	public Integer getQuestionsubjectid() {
		return this.questionsubjectid;
	}

	public void setQuestionsubjectid(Integer questionsubjectid) {
		this.questionsubjectid = questionsubjectid;
	}

	public String getOnecaptionexam() {
		return this.onecaptionexam;
	}

	public void setOnecaptionexam(String onecaptionexam) {
		this.onecaptionexam = onecaptionexam;
	}

	public Integer getQuestionnumbers() {
		return this.questionnumbers;
	}

	public void setQuestionnumbers(Integer questionnumbers) {
		this.questionnumbers = questionnumbers;
	}

}

⌨️ 快捷键说明

复制代码 Ctrl + C
搜索代码 Ctrl + F
全屏模式 F11
切换主题 Ctrl + Shift + D
显示快捷键 ?
增大字号 Ctrl + =
减小字号 Ctrl + -