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

📄 userbean.java

📁 基于java的图文报表系统的设计与实现,报表的生成一直是企业级应用系统开发时专案人员所面临的严峻课题.同时也是信息化系统中重要的一环。优秀的报表工具以实现将数据转化为信息.为决策提供良好的依据.为信息
💻 JAVA
字号:
package pojo;

import java.io.*;

public class UserBean implements Serializable {

	private static final long serialVersionUID = -8494537169780682000L;

	private String yhxm = null;

	private String mm = null;

	private String qx = null;

	private String xy = null;

	private String xs = null;

	private String js = null;

	private String lxdh = null;

	private String xb = null;

	/**
	 * @return Returns the js.
	 */
	public String getJs() {
		return js;
	}

	/**
	 * @param js
	 *            The js to set.
	 */
	public void setJs(String js) {
		this.js = js;
	}

	/**
	 * @return Returns the lxdh.
	 */
	public String getLxdh() {
		return lxdh;
	}

	/**
	 * @param lxdh
	 *            The lxdh to set.
	 */
	public void setLxdh(String lxdh) {
		this.lxdh = lxdh;
	}

	/**
	 * @return Returns the mm.
	 */
	public String getMm() {
		return mm;
	}

	/**
	 * @param mm
	 *            The mm to set.
	 */
	public void setMm(String mm) {
		this.mm = mm;
	}

	/**
	 * @return Returns the qx.
	 */
	public String getQx() {
		return qx;
	}

	/**
	 * @param qx
	 *            The qx to set.
	 */
	public void setQx(String qx) {
		this.qx = qx;
	}

	/**
	 * @return Returns the xb.
	 */
	public String getXb() {
		return xb;
	}

	/**
	 * @param xb
	 *            The xb to set.
	 */
	public void setXb(String xb) {
		this.xb = xb;
	}

	/**
	 * @return Returns the xs.
	 */
	public String getXs() {
		return xs;
	}

	/**
	 * @param xs
	 *            The xs to set.
	 */
	public void setXs(String xs) {
		this.xs = xs;
	}

	/**
	 * @return Returns the xy.
	 */
	public String getXy() {
		return xy;
	}

	/**
	 * @param xy
	 *            The xy to set.
	 */
	public void setXy(String xy) {
		this.xy = xy;
	}

	/**
	 * @return Returns the yhxm.
	 */
	public String getYhxm() {
		return yhxm;
	}

	/**
	 * @param yhxm
	 *            The yhxm to set.
	 */
	public void setYhxm(String yhxm) {
		this.yhxm = yhxm;
	}

}

⌨️ 快捷键说明

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