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

📄 danweiinfo.java

📁 基于JAVA的学生就业信息网 实现对信息浏览 检索 审核 修改和删除
💻 JAVA
字号:
/*
 * Created on 2005-6-23
 *
 * TODO To change the template for this generated file go to
 * Window - Preferences - Java - Code Style - Code Templates
 */
package org.ug.sztz.domain.oa;

/**
 * @author 桂训龙
 *
 * TODO To change the template for this generated type comment go to
 * Window - Preferences - Java - Code Style - Code Templates
 */
public class DanWeiInfo {
	private int id;
	private String dwzh;
	private String dwmm;
	private String dwmc;
	private int dwszd;
	private String dwdz;
	private String dwyzbm;
	private String dwdh;
	private String dwcz;
	private String dwlxr;
	private String dwdzxx;
	private String dwlink;
	private String dwjj;
	private int dwdj;
	private String dwyxq;
	private String dwdate;
	private int dwstatus;
	private String dwfbr;
	private String dwcolour;
	private int dwtop;
	private int dwfl;
	private String dwhy;
	private String dwzpsm;
	private String dwbz1;
	private String dwbz2;
	
	/**
	 * @return Returns the dwbz1.
	 */
	public String getDwbz1() {
		return dwbz1;
	}
	/**
	 * @param dwbz1 The dwbz1 to set.
	 */
	public void setDwbz1(String dwbz1) {
		this.dwbz1 = dwbz1;
	}
	/**
	 * @return Returns the dwbz2.
	 */
	public String getDwbz2() {
		return dwbz2;
	}
	/**
	 * @param dwbz2 The dwbz2 to set.
	 */
	public void setDwbz2(String dwbz2) {
		this.dwbz2 = dwbz2;
	}
	/**
	 * @return Returns the dwcolour.
	 */
	public String getDwcolour() {
		return dwcolour;
	}
	/**
	 * @param dwcolour The dwcolour to set.
	 */
	public void setDwcolour(String dwcolour) {
		this.dwcolour = dwcolour;
	}
	/**
	 * @return Returns the dwcz.
	 */
	public String getDwcz() {
		return dwcz;
	}
	/**
	 * @param dwcz The dwcz to set.
	 */
	public void setDwcz(String dwcz) {
		this.dwcz = dwcz;
	}
	/**
	 * @return Returns the dwdate.
	 */
	public String getDwdate() {
		return dwdate;
	}
	/**
	 * @param dwdate The dwdate to set.
	 */
	public void setDwdate(String dwdate) {
		this.dwdate = dwdate;
	}
	/**
	 * @return Returns the dwdh.
	 */
	public String getDwdh() {
		return dwdh;
	}
	/**
	 * @param dwdh The dwdh to set.
	 */
	public void setDwdh(String dwdh) {
		this.dwdh = dwdh;
	}
	/**
	 * @return Returns the dwdj.
	 */
	public int getDwdj() {
		return dwdj;
	}
	/**
	 * @param dwdj The dwdj to set.
	 */
	public void setDwdj(int dwdj) {
		this.dwdj = dwdj;
	}
	/**
	 * @return Returns the dwdz.
	 */
	public String getDwdz() {
		return dwdz;
	}
	/**
	 * @param dwdz The dwdz to set.
	 */
	public void setDwdz(String dwdz) {
		this.dwdz = dwdz;
	}
	/**
	 * @return Returns the dwdzxx.
	 */
	public String getDwdzxx() {
		return dwdzxx;
	}
	/**
	 * @param dwdzxx The dwdzxx to set.
	 */
	public void setDwdzxx(String dwdzxx) {
		this.dwdzxx = dwdzxx;
	}
	/**
	 * @return Returns the dwfbr.
	 */
	public String getDwfbr() {
		return dwfbr;
	}
	/**
	 * @param dwfbr The dwfbr to set.
	 */
	public void setDwfbr(String dwfbr) {
		this.dwfbr = dwfbr;
	}
	/**
	 * @return Returns the dwfl.
	 */
	public int getDwfl() {
		return dwfl;
	}
	/**
	 * @param dwfl The dwfl to set.
	 */
	public void setDwfl(int dwfl) {
		this.dwfl = dwfl;
	}
	/**
	 * @return Returns the dwhy.
	 */
	public String getDwhy() {
		return dwhy;
	}
	/**
	 * @param dwhy The dwhy to set.
	 */
	public void setDwhy(String dwhy) {
		this.dwhy = dwhy;
	}
	/**
	 * @return Returns the dwjj.
	 */
	public String getDwjj() {
		return dwjj;
	}
	/**
	 * @param dwjj The dwjj to set.
	 */
	public void setDwjj(String dwjj) {
		this.dwjj = dwjj;
	}
	/**
	 * @return Returns the dwlink.
	 */
	public String getDwlink() {
		return dwlink;
	}
	/**
	 * @param dwlink The dwlink to set.
	 */
	public void setDwlink(String dwlink) {
		this.dwlink = dwlink;
	}
	/**
	 * @return Returns the dwlxr.
	 */
	public String getDwlxr() {
		return dwlxr;
	}
	/**
	 * @param dwlxr The dwlxr to set.
	 */
	public void setDwlxr(String dwlxr) {
		this.dwlxr = dwlxr;
	}
	/**
	 * @return Returns the dwmc.
	 */
	public String getDwmc() {
		return dwmc;
	}
	/**
	 * @param dwmc The dwmc to set.
	 */
	public void setDwmc(String dwmc) {
		this.dwmc = dwmc;
	}
	/**
	 * @return Returns the dwmm.
	 */
	public String getDwmm() {
		return dwmm;
	}
	/**
	 * @param dwmm The dwmm to set.
	 */
	public void setDwmm(String dwmm) {
		this.dwmm = dwmm;
	}
	
	/**
	 * @return Returns the dwstatus.
	 */
	public int getDwstatus() {
		return dwstatus;
	}
	/**
	 * @param dwstatus The dwstatus to set.
	 */
	public void setDwstatus(int dwstatus) {
		this.dwstatus = dwstatus;
	}
	/**
	 * @return Returns the dwszd.
	 */
	public int getDwszd() {
		return dwszd;
	}
	/**
	 * @param dwszd The dwszd to set.
	 */
	public void setDwszd(int dwszd) {
		this.dwszd = dwszd;
	}
	/**
	 * @return Returns the dwtop.
	 */
	public int getDwtop() {
		return dwtop;
	}
	/**
	 * @param dwtop The dwtop to set.
	 */
	public void setDwtop(int dwtop) {
		this.dwtop = dwtop;
	}
	/**
	 * @return Returns the dwyxq.
	 */
	public String getDwyxq() {
		return dwyxq;
	}
	/**
	 * @param dwyxq The dwyxq to set.
	 */
	public void setDwyxq(String dwyxq) {
		this.dwyxq = dwyxq;
	}
	/**
	 * @return Returns the dwyzbm.
	 */
	public String getDwyzbm() {
		return dwyzbm;
	}
	/**
	 * @param dwyzbm The dwyzbm to set.
	 */
	public void setDwyzbm(String dwyzbm) {
		this.dwyzbm = dwyzbm;
	}
	/**
	 * @return Returns the dwzh.
	 */
	public String getDwzh() {
		return dwzh;
	}
	/**
	 * @param dwzh The dwzh to set.
	 */
	public void setDwzh(String dwzh) {
		this.dwzh = dwzh;
	}
	/**
	 * @return Returns the dwzpsm.
	 */
	public String getDwzpsm() {
		return dwzpsm;
	}
	/**
	 * @param dwzpsm The dwzpsm to set.
	 */
	public void setDwzpsm(String dwzpsm) {
		this.dwzpsm = dwzpsm;
	}
	/**
	 * @return Returns the id.
	 */
	public int getId() {
		return id;
	}
	/**
	 * @param id The id to set.
	 */
	public void setId(int id) {
		this.id = id;
	}
}

⌨️ 快捷键说明

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