addxqxxform.java
来自「基于JAVA的学生就业信息网 实现对信息浏览 检索 审核 修改和删除」· Java 代码 · 共 114 行
JAVA
114 行
/*
* Created on 2006-7-18
*
* 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 AddXqxxForm extends ActionForm {
private int id;
private String dwzh;
private String xqzw;
private String xqzwyq;
private String xqzyyq;
private String xqbz;
private int fb;
/**
* @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 dwzh.
*/
public String getDwzh() {
return dwzh;
}
/**
* @param dwzh The dwzh to set.
*/
public void setDwzh(String dwzh) {
this.dwzh = dwzh;
}
/**
* @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 zqzyyq.
*/
public String getXqzyyq() {
return xqzyyq;
}
/**
* @param zqzyyq The zqzyyq to set.
*/
public void setXqzyyq(String zqzyyq) {
this.xqzyyq = zqzyyq;
}
}
⌨️ 快捷键说明
复制代码Ctrl + C
搜索代码Ctrl + F
全屏模式F11
增大字号Ctrl + =
减小字号Ctrl + -
显示快捷键?