xtwjbean.java

来自「基于java的图文报表系统的设计与实现,报表的生成一直是企业级应用系统开发时专案」· Java 代码 · 共 95 行

JAVA
95
字号
package pojo;

import java.io.Serializable;

public class XtwjBean implements Serializable {

	private static final long serialVersionUID = -8901107744857922492L;

	private String id;

	private String mc;

	private String wjlj;

	private String scr;

	private String scsj;

	/**
	 * @return Returns the id.
	 */
	public String getId() {
		return id;
	}

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

	/**
	 * @return Returns the mc.
	 */
	public String getMc() {
		return mc;
	}

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

	/**
	 * @return Returns the scr.
	 */
	public String getScr() {
		return scr;
	}

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

	/**
	 * @return Returns the scsj.
	 */
	public String getScsj() {
		return scsj;
	}

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

	/**
	 * @return Returns the wjlj.
	 */
	public String getWjlj() {
		return wjlj;
	}

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

}

⌨️ 快捷键说明

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