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

📄 testreport.java

📁 建立于Eclipse平台的WEB应用系统-物流管理系统变更模块
💻 JAVA
字号:
package org.mychange.obj;

/**
 * Testreport generated by MyEclipse Persistence Tools
 */

public class Testreport implements java.io.Serializable {

	// Fields

	private Integer id;

	private Rfc rfc;

	private String testReportName;

	private String beginTime;

	private String endTime;

	private String principal;

	private String brief;

	private String attachment;

	private String score;

	// Constructors

	/** default constructor */
	public Testreport() {
	}
	public Testreport(Rfc rfc){
		this.rfc=rfc;
	}

	/** minimal constructor */
	public Testreport(Rfc rfc, String testReportName, String principal,
			String brief) {
		this.rfc = rfc;
		this.testReportName = testReportName;
		this.principal = principal;
		this.brief = brief;
	}

	/** full constructor */
	public Testreport(Rfc rfc, String testReportName, String beginTime,
			String endTime, String principal, String brief, String attachment,
			String score) {
		this.rfc = rfc;
		this.testReportName = testReportName;
		this.beginTime = beginTime;
		this.endTime = endTime;
		this.principal = principal;
		this.brief = brief;
		this.attachment = attachment;
		this.score = score;
	}

	// Property accessors

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

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

	public Rfc getRfc() {
		return this.rfc;
	}

	public void setRfc(Rfc rfc) {
		this.rfc = rfc;
	}

	public String getTestReportName() {
		return this.testReportName;
	}

	public void setTestReportName(String testReportName) {
		this.testReportName = testReportName;
	}

	public String getBeginTime() {
		return this.beginTime;
	}

	public void setBeginTime(String beginTime) {
		this.beginTime = beginTime;
	}

	public String getEndTime() {
		return this.endTime;
	}

	public void setEndTime(String endTime) {
		this.endTime = endTime;
	}

	public String getPrincipal() {
		return this.principal;
	}

	public void setPrincipal(String principal) {
		this.principal = principal;
	}

	public String getBrief() {
		return this.brief;
	}

	public void setBrief(String brief) {
		this.brief = brief;
	}

	public String getAttachment() {
		return this.attachment;
	}

	public void setAttachment(String attachment) {
		this.attachment = attachment;
	}

	public String getScore() {
		return this.score;
	}

	public void setScore(String score) {
		this.score = score;
	}

}

⌨️ 快捷键说明

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