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

📄 zphform.java

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

import org.apache.struts.action.ActionForm;

/**
 * @author Skywalker
 *
 * TODO To change the template for this generated type comment go to
 * Window - Preferences - Java - Code Style - Code Templates
 */
public class ZPHForm extends ActionForm {
	private int id;
	private String zphdwmc;
	private int zphdwszd;
	private String zphdwlink;
	private String zphdate;
	private String zphtime;
	private String zphfbdate;
	private String zpdwdz;
	private int zpdj;
	private String zpxq;
	private String zpxqbz;
	private String zpdwjj;
	private String zpfbr;
	private int zphtop;
	private int zphstatus;
	private String zphbz;

	/**
	 * @return Returns the id.
	 */
	public int getId() {
		return id;
	}
	/**
	 * @param id The id to set.
	 */
	public void setId(int id) {
		this.id = id;
	}
	/**
	 * @return Returns the zpdj.
	 */
	public int getZpdj() {
		return zpdj;
	}
	/**
	 * @param zpdj The zpdj to set.
	 */
	public void setZpdj(int zpdj) {
		this.zpdj = zpdj;
	}
	/**
	 * @return Returns the zpdwdz.
	 */
	public String getZpdwdz() {
		return zpdwdz;
	}
	/**
	 * @param zpdwdz The zpdwdz to set.
	 */
	public void setZpdwdz(String zpdwdz) {
		this.zpdwdz = zpdwdz;
	}
	/**
	 * @return Returns the zpdwjj.
	 */
	public String getZpdwjj() {
		return zpdwjj;
	}
	/**
	 * @param zpdwjj The zpdwjj to set.
	 */
	public void setZpdwjj(String zpdwjj) {
		this.zpdwjj = zpdwjj;
	}
	/**
	 * @return Returns the zpfbr.
	 */
	public String getZpfbr() {
		return zpfbr;
	}
	/**
	 * @param zpfbr The zpfbr to set.
	 */
	public void setZpfbr(String zpfbr) {
		this.zpfbr = zpfbr;
	}
	/**
	 * @return Returns the zphbz.
	 */
	public String getZphbz() {
		return zphbz;
	}
	/**
	 * @param zphbz The zphbz to set.
	 */
	public void setZphbz(String zphbz) {
		this.zphbz = zphbz;
	}
	/**
	 * @return Returns the zphdate.
	 */
	public String getZphdate() {
		return zphdate;
	}
	/**
	 * @param zphdate The zphdate to set.
	 */
	public void setZphdate(String zphdate) {
		this.zphdate = zphdate;
	}
	/**
	 * @return Returns the zphdwlink.
	 */
	public String getZphdwlink() {
		return zphdwlink;
	}
	/**
	 * @param zphdwlink The zphdwlink to set.
	 */
	public void setZphdwlink(String zphdwlink) {
		this.zphdwlink = zphdwlink;
	}
	/**
	 * @return Returns the zphdwmc.
	 */
	public String getZphdwmc() {
		return zphdwmc;
	}
	/**
	 * @param zphdwmc The zphdwmc to set.
	 */
	public void setZphdwmc(String zphdwmc) {
		this.zphdwmc = zphdwmc;
	}
	/**
	 * @return Returns the zphdwszd.
	 */
	public int getZphdwszd() {
		return zphdwszd;
	}
	/**
	 * @param zphdwszd The zphdwszd to set.
	 */
	public void setZphdwszd(int zphdwszd) {
		this.zphdwszd = zphdwszd;
	}
	/**
	 * @return Returns the zphfbdate.
	 */
	public String getZphfbdate() {
		return zphfbdate;
	}
	/**
	 * @param zphfbdate The zphfbdate to set.
	 */
	public void setZphfbdate(String zphfbdate) {
		this.zphfbdate = zphfbdate;
	}
	/**
	 * @return Returns the zphstatus.
	 */
	public int getZphstatus() {
		return zphstatus;
	}
	/**
	 * @param zphstatus The zphstatus to set.
	 */
	public void setZphstatus(int zphstatus) {
		this.zphstatus = zphstatus;
	}
	/**
	 * @return Returns the zphtime.
	 */
	public String getZphtime() {
		return zphtime;
	}
	/**
	 * @param zphtime The zphtime to set.
	 */
	public void setZphtime(String zphtime) {
		this.zphtime = zphtime;
	}
	/**
	 * @return Returns the zphtop.
	 */
	public int getZphtop() {
		return zphtop;
	}
	/**
	 * @param zphtop The zphtop to set.
	 */
	public void setZphtop(int zphtop) {
		this.zphtop = zphtop;
	}
	/**
	 * @return Returns the zpxq.
	 */
	public String getZpxq() {
		return zpxq;
	}
	/**
	 * @param zpxq The zpxq to set.
	 */
	public void setZpxq(String zpxq) {
		this.zpxq = zpxq;
	}
	/**
	 * @return Returns the zpxqbz.
	 */
	public String getZpxqbz() {
		return zpxqbz;
	}
	/**
	 * @param zpxqbz The zpxqbz to set.
	 */
	public void setZpxqbz(String zpxqbz) {
		this.zpxqbz = zpxqbz;
	}
}

⌨️ 快捷键说明

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