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

📄 zytzform.java

📁 基于JAVA的学生就业信息网 实现对信息浏览 检索 审核 修改和删除
💻 JAVA
字号:
/*
 * Created on 2006-7-30
 *
 * 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 javax.servlet.http.HttpServletRequest;

import org.apache.struts.action.ActionForm;
import org.apache.struts.action.ActionMapping;

/**
 * @author Skywalker
 *
 * TODO To change the template for this generated type comment go to
 * Window - Preferences - Java - Code Style - Code Templates
 */
public class ZytzForm extends ActionForm {
	private String tjz;
	private String tjzd;
	private String tj;
	private String tjgx;
	private String sql;
	private int id;
	private String xsfl1n;
	private String cxtj;
	private String zytztxt;
	private String submit1;
	private String submit2;
	
	/**
	 * @return Returns the submit1.
	 */
	public String getSubmit1() {
		return submit1;
	}
	/**
	 * @param submit1 The submit1 to set.
	 */
	public void setSubmit1(String submit1) {
		this.submit1 = submit1;
	}
	/**
	 * @return Returns the submit2.
	 */
	public String getSubmit2() {
		return submit2;
	}
	/**
	 * @param submit2 The submit2 to set.
	 */
	public void setSubmit2(String submit2) {
		this.submit2 = submit2;
	}
	/**
	 * @return Returns the cxtj.
	 */
	public String getCxtj() {
		return cxtj;
	}
	/**
	 * @param cxtj The cxtj to set.
	 */
	public void setCxtj(String cxtj) {
		this.cxtj = cxtj;
	}
	/**
	 * @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 sql.
	 */
	public String getSql() {
		return sql;
	}
	/**
	 * @param sql The sql to set.
	 */
	public void setSql(String sql) {
		this.sql = sql;
	}
	/**
	 * @return Returns the tj.
	 */
	public String getTj() {
		return tj;
	}
	/**
	 * @param tj The tj to set.
	 */
	public void setTj(String tj) {
		this.tj = tj;
	}
	/**
	 * @return Returns the tjgx.
	 */
	public String getTjgx() {
		return tjgx;
	}
	/**
	 * @param tjgx The tjgx to set.
	 */
	public void setTjgx(String tjgx) {
		this.tjgx = tjgx;
	}
	/**
	 * @return Returns the tjz.
	 */
	public String getTjz() {
		return tjz;
	}
	/**
	 * @param tjz The tjz to set.
	 */
	public void setTjz(String tjz) {
		this.tjz = tjz;
	}
	/**
	 * @return Returns the tjzd.
	 */
	public String getTjzd() {
		return tjzd;
	}
	/**
	 * @param tjzd The tjzd to set.
	 */
	public void setTjzd(String tjzd) {
		this.tjzd = tjzd;
	}
	/**
	 * @return Returns the xsfl1n.
	 */
	public String getXsfl1n() {
		return xsfl1n;
	}
	/**
	 * @param xsfl1n The xsfl1n to set.
	 */
	public void setXsfl1n(String xsfl1n) {
		this.xsfl1n = xsfl1n;
	}
	/**
	 * @return Returns the zytztxt.
	 */
	public String getZytztxt() {
		return zytztxt;
	}
	/**
	 * @param zytztxt The zytztxt to set.
	 */
	public void setZytztxt(String zytztxt) {
		this.zytztxt = zytztxt;
	}
	/* (non-Javadoc)
	 * @see org.apache.struts.action.ActionForm#reset(org.apache.struts.action.ActionMapping, javax.servlet.http.HttpServletRequest)
	 */
	public void reset(ActionMapping arg0, HttpServletRequest arg1) {
		// TODO Auto-generated method stub
		super.reset(arg0, arg1);
		this.cxtj=null;
		this.sql=null;
		this.tj=null;
		this.tjgx=null;
		this.tjz=null;
		this.tjzd=null;
	}
}

⌨️ 快捷键说明

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