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

📄 fileuploaddao.java

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

/**
 * Fileupload generated by MyEclipse Persistence Tools
 */

public class FileuploadDAO implements java.io.Serializable{

	// Fields

	/**
	 * 
	 */
	private static final long serialVersionUID = 1L;

	private Integer id;

	private Integer userid;

	private String dir;

	private Integer custid;

	private String filename;

	private String filepath;

	private String hostip;

	private Integer filenum;

	private String filetype;

	private String pubdate;

	// Constructors

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

	/** full constructor */
	public FileuploadDAO(Integer userid, String dir, Integer custid, String filename, String filepath, String hostip, Integer filenum, String filetype, String pubdate) {
		this.userid = userid;
		this.dir = dir;
		this.custid = custid;
		this.filename = filename;
		this.filepath = filepath;
		this.hostip = hostip;
		this.filenum = filenum;
		this.filetype = filetype;
		this.pubdate = pubdate;
	}

	// Property accessors

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

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

	public Integer getUserid() {
		return this.userid;
	}

	public void setUserid(Integer userid) {
		this.userid = userid;
	}

	public String getDir() {
		return this.dir;
	}

	public void setDir(String dir) {
		this.dir = dir;
	}

	public Integer getCustid() {
		return this.custid;
	}

	public void setCustid(Integer custid) {
		this.custid = custid;
	}

	public String getFilename() {
		return this.filename;
	}

	public void setFilename(String filename) {
		this.filename = filename;
	}

	public String getFilepath() {
		return this.filepath;
	}

	public void setFilepath(String filepath) {
		this.filepath = filepath;
	}

	public String getHostip() {
		return this.hostip;
	}

	public void setHostip(String hostip) {
		this.hostip = hostip;
	}

	public Integer getFilenum() {
		return this.filenum;
	}

	public void setFilenum(Integer filenum) {
		this.filenum = filenum;
	}

	public String getFiletype() {
		return this.filetype;
	}

	public void setFiletype(String filetype) {
		this.filetype = filetype;
	}

	public String getPubdate() {
		return this.pubdate;
	}

	public void setPubdate(String pubdate) {
		this.pubdate = pubdate;
	}

}

⌨️ 快捷键说明

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