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

📄 pjffreport.java

📁 文件的上传和下载的实现,用JAva编写,非常简单
💻 JAVA
字号:
package edu.whut.cwts.pg.fafang;

public class pjffReport {

	/**
	 * @param args
	 */
     String pzmc;   //the name in the report
     String tjsj;   //the time the report was generated
     String id;      //id
     String pdqh;
     String pdzh;
     String pjfs;
     String lpdw;       //department
     String tbdw;
     String nyear;
     String nmonth;
     String nday;

	public pjffReport() {
	
		// TODO Auto-generated constructor stub
		this.id = null;
		this.lpdw = null;
		this.nday = null;
		this.nmonth = null;
		this.nyear = null;
		this.pdqh = null;
		this.pdzh = null;
		this.pjfs = null;
		this.pzmc = null;
		this.tbdw = null;
		this.tjsj = null;
	}
	public pjffReport(String pzmc, String tjsj, String id,String pdqh, String pdzh,String pjfs,String lpdw,String tbdw,String nyear,String nmonth,String nday ) {

		// TODO Auto-generated constructor stub
		this.id = id;
		this.lpdw = lpdw;
		this.nday = nday;
		this.nmonth = nmonth;
		this.nyear = nyear;
		this.pdqh = pdqh;
		this.pdzh = pdzh;
		this.pjfs = pjfs;
		this.pzmc = pzmc;
		this.tbdw = tbdw;
		this.tjsj = tjsj;
	}
	public String getId() {
		return id;
	}
	public void setId(String id) {
		this.id = id;
	}
	public String getLpdw() {
		return lpdw;
	}
	public void setLpdw(String lpdw) {
		this.lpdw = lpdw;
	}
	public String getNday() {
		return nday;
	}
	public void setNday(String nday) {
		this.nday = nday;
	}
	public String getNmonth() {
		return nmonth;
	}
	public void setNmonth(String nmonth) {
		this.nmonth = nmonth;
	}
	public String getNyear() {
		return nyear;
	}
	public void setNyear(String nyear) {
		this.nyear = nyear;
	}
	public String getPdqh() {
		return pdqh;
	}
	public void setPdqh(String pdqh) {
		this.pdqh = pdqh;
	}
	public String getPdzh() {
		return pdzh;
	}
	public void setPdzh(String pdzh) {
		this.pdzh = pdzh;
	}
	public String getPjfs() {
		return pjfs;
	}
	public void setPjfs(String pjfs) {
		this.pjfs = pjfs;
	}
	public String getPzmc() {
		return pzmc;
	}
	public void setPzmc(String pzmc) {
		this.pzmc = pzmc;
	}
	public String getTbdw() {
		return tbdw;
	}
	public void setTbdw(String tbdw) {
		this.tbdw = tbdw;
	}
	public String getTjsj() {
		return tjsj;
	}
	public void setTjsj(String tjsj) {
		this.tjsj = tjsj;
	}
	
}

⌨️ 快捷键说明

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