addzpxxform.java
来自「基于JAVA的学生就业信息网 实现对信息浏览 检索 审核 修改和删除」· Java 代码 · 共 172 行
JAVA
172 行
/*
* Created on 2006-8-1
*
* 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.ServletRequest;
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 AddZpxxForm extends ActionForm {
/* (non-Javadoc)
* @see org.apache.struts.action.ActionForm#reset(org.apache.struts.action.ActionMapping, javax.servlet.http.HttpServletRequest)
*/
private int id;
private String dwzh;
private String xqzw;
private String xqzwyq;
private String xqzyyq;
private String xqbz;
private int fb;
private String xl;
private String zy;
private int rs;
private String yq;
/**
* @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 fb.
*/
public int getFb() {
return fb;
}
/**
* @param fb The fb to set.
*/
public void setFb(int fb) {
this.fb = fb;
}
/**
* @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 rs.
*/
public int getRs() {
return rs;
}
/**
* @param rs The rs to set.
*/
public void setRs(int rs) {
this.rs = rs;
}
/**
* @return Returns the xl.
*/
public String getXl() {
return xl;
}
/**
* @param xl The xl to set.
*/
public void setXl(String xl) {
this.xl = xl;
}
/**
* @return Returns the xqbz.
*/
public String getXqbz() {
return xqbz;
}
/**
* @param xqbz The xqbz to set.
*/
public void setXqbz(String xqbz) {
this.xqbz = xqbz;
}
/**
* @return Returns the xqzw.
*/
public String getXqzw() {
return xqzw;
}
/**
* @param xqzw The xqzw to set.
*/
public void setXqzw(String xqzw) {
this.xqzw = xqzw;
}
/**
* @return Returns the xqzwyq.
*/
public String getXqzwyq() {
return xqzwyq;
}
/**
* @param xqzwyq The xqzwyq to set.
*/
public void setXqzwyq(String xqzwyq) {
this.xqzwyq = xqzwyq;
}
/**
* @return Returns the xqzyyq.
*/
public String getXqzyyq() {
return xqzyyq;
}
/**
* @param xqzyyq The xqzyyq to set.
*/
public void setXqzyyq(String xqzyyq) {
this.xqzyyq = xqzyyq;
}
/**
* @return Returns the yq.
*/
public String getYq() {
return yq;
}
/**
* @param yq The yq to set.
*/
public void setYq(String yq) {
this.yq = yq;
}
/**
* @return Returns the zy.
*/
public String getZy() {
return zy;
}
/**
* @param zy The zy to set.
*/
public void setZy(String zy) {
this.zy = zy;
}
}
⌨️ 快捷键说明
复制代码Ctrl + C
搜索代码Ctrl + F
全屏模式F11
增大字号Ctrl + =
减小字号Ctrl + -
显示快捷键?