?? customsxform.java
字號:
/*
* Created on 2006-7-22
*
* 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 CustomSxForm extends ActionForm {
private String tjz;
private String tjzd;
private String tj;
private String tjgx;
private String sql;
/**
* @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;
}
}
?? 快捷鍵說明
復制代碼
Ctrl + C
搜索代碼
Ctrl + F
全屏模式
F11
切換主題
Ctrl + Shift + D
顯示快捷鍵
?
增大字號
Ctrl + =
減小字號
Ctrl + -