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

📄 abstractsjob.java

📁 一个用ajax做的树行框架
💻 JAVA
字号:
package com.support.hibernate.table;

import java.util.Date;

/**
 * AbstractSJob generated by MyEclipse Persistence Tools
 */

public abstract class AbstractSJob implements java.io.Serializable {

	// Fields

	private String id;
	private String projectId;
	private String jobTypeId;
	private String title;
	private String description;
	private String jobAttachment;
	private String userId;
	private Date createDate;
	private String status;
	private String responseUserId;
	private Date devDate;
	private String testUserId;
	private Date testDate;
	private String publishUserId;
	private Date pubDate;
	private String newReponseUserId;
	private String resolveMethod;
	private String resolveAttachment;
	private Date resolveDate;

	// Constructors

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

	/** full constructor */
	public AbstractSJob(String projectId, String jobTypeId, String title,
			String description, String jobAttachment, String userId,
			Date createDate, String status, String responseUserId,
			Date devDate, String testUserId, Date testDate,
			String publishUserId, Date pubDate, String newReponseUserId,
			String resolveMethod, String resolveAttachment, Date resolveDate) {
		this.projectId = projectId;
		this.jobTypeId = jobTypeId;
		this.title = title;
		this.description = description;
		this.jobAttachment = jobAttachment;
		this.userId = userId;
		this.createDate = createDate;
		this.status = status;
		this.responseUserId = responseUserId;
		this.devDate = devDate;
		this.testUserId = testUserId;
		this.testDate = testDate;
		this.publishUserId = publishUserId;
		this.pubDate = pubDate;
		this.newReponseUserId = newReponseUserId;
		this.resolveMethod = resolveMethod;
		this.resolveAttachment = resolveAttachment;
		this.resolveDate = resolveDate;
	}

	// Property accessors

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

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

	public String getProjectId() {
		return this.projectId;
	}

	public void setProjectId(String projectId) {
		this.projectId = projectId;
	}

	public String getJobTypeId() {
		return this.jobTypeId;
	}

	public void setJobTypeId(String jobTypeId) {
		this.jobTypeId = jobTypeId;
	}

	public String getTitle() {
		return this.title;
	}

	public void setTitle(String title) {
		this.title = title;
	}

	public String getDescription() {
		return this.description;
	}

	public void setDescription(String description) {
		this.description = description;
	}

	public String getJobAttachment() {
		return this.jobAttachment;
	}

	public void setJobAttachment(String jobAttachment) {
		this.jobAttachment = jobAttachment;
	}

	public String getUserId() {
		return this.userId;
	}

	public void setUserId(String userId) {
		this.userId = userId;
	}

	public Date getCreateDate() {
		return this.createDate;
	}

	public void setCreateDate(Date createDate) {
		this.createDate = createDate;
	}

	public String getStatus() {
		return this.status;
	}

	public void setStatus(String status) {
		this.status = status;
	}

	public String getResponseUserId() {
		return this.responseUserId;
	}

	public void setResponseUserId(String responseUserId) {
		this.responseUserId = responseUserId;
	}

	public Date getDevDate() {
		return this.devDate;
	}

	public void setDevDate(Date devDate) {
		this.devDate = devDate;
	}

	public String getTestUserId() {
		return this.testUserId;
	}

	public void setTestUserId(String testUserId) {
		this.testUserId = testUserId;
	}

	public Date getTestDate() {
		return this.testDate;
	}

	public void setTestDate(Date testDate) {
		this.testDate = testDate;
	}

	public String getPublishUserId() {
		return this.publishUserId;
	}

	public void setPublishUserId(String publishUserId) {
		this.publishUserId = publishUserId;
	}

	public Date getPubDate() {
		return this.pubDate;
	}

	public void setPubDate(Date pubDate) {
		this.pubDate = pubDate;
	}

	public String getNewReponseUserId() {
		return this.newReponseUserId;
	}

	public void setNewReponseUserId(String newReponseUserId) {
		this.newReponseUserId = newReponseUserId;
	}

	public String getResolveMethod() {
		return this.resolveMethod;
	}

	public void setResolveMethod(String resolveMethod) {
		this.resolveMethod = resolveMethod;
	}

	public String getResolveAttachment() {
		return this.resolveAttachment;
	}

	public void setResolveAttachment(String resolveAttachment) {
		this.resolveAttachment = resolveAttachment;
	}

	public Date getResolveDate() {
		return this.resolveDate;
	}

	public void setResolveDate(Date resolveDate) {
		this.resolveDate = resolveDate;
	}

}

⌨️ 快捷键说明

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