?? replacezdxxform.java
字號(hào):
/*
* Created on 2006-7-23
*
* 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 ReplaceZdxxForm extends ActionForm {
private String thzd;
private String thz;
/**
* @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 thz.
*/
public String getThz() {
return thz;
}
/**
* @param thz The thz to set.
*/
public void setThz(String thz) {
this.thz = thz;
}
/**
* @return Returns the thzd.
*/
public String getThzd() {
return thzd;
}
/**
* @param thzd The thzd to set.
*/
public void setThzd(String thzd) {
this.thzd = thzd;
}
/**
* @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;
}
private String tjz;
private String tjzd;
private String tj;
private String tjgx;
private String sql;
}
?? 快捷鍵說(shuō)明
復(fù)制代碼
Ctrl + C
搜索代碼
Ctrl + F
全屏模式
F11
切換主題
Ctrl + Shift + D
顯示快捷鍵
?
增大字號(hào)
Ctrl + =
減小字號(hào)
Ctrl + -