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

📄 productionsdao.java

📁 java阿里巴巴代码
💻 JAVA
字号:
package com.saas.biz.dao.productionsDAO;

/**
 * Productions generated by MyEclipse Persistence Tools
 */

public class ProductionsDAO implements java.io.Serializable{

	private static final long serialVersionUID = 1331862506078656761L;

	private Integer id;

	private String title;

	private String site;

	private String tel;

	private String factory;

	private String pic;

	private String comment;

	private String recorduser;

	private Integer part;

	private String pubtime;

	// Constructors

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

	/** full constructor */
	public ProductionsDAO(String title, String site, String tel, String factory, String pic, String comment, String recorduser, Integer part, String pubtime) {
		this.title = title;
		this.site = site;
		this.tel = tel;
		this.factory = factory;
		this.pic = pic;
		this.comment = comment;
		this.recorduser = recorduser;
		this.part = part;
		this.pubtime = pubtime;
	}

	// Property accessors

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

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

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

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

	public String getSite() {
		return this.site;
	}

	public void setSite(String site) {
		this.site = site;
	}

	public String getTel() {
		return this.tel;
	}

	public void setTel(String tel) {
		this.tel = tel;
	}

	public String getFactory() {
		return this.factory;
	}

	public void setFactory(String factory) {
		this.factory = factory;
	}

	public String getPic() {
		return this.pic;
	}

	public void setPic(String pic) {
		this.pic = pic;
	}

	public String getComment() {
		return this.comment;
	}

	public void setComment(String comment) {
		this.comment = comment;
	}

	public String getRecorduser() {
		return this.recorduser;
	}

	public void setRecorduser(String recorduser) {
		this.recorduser = recorduser;
	}

	public Integer getPart() {
		return this.part;
	}

	public void setPart(Integer part) {
		this.part = part;
	}

	public String getPubtime() {
		return this.pubtime;
	}

	public void setPubtime(String pubtime) {
		this.pubtime = pubtime;
	}

}

⌨️ 快捷键说明

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