?? chaxunform.java
字號:
/*
* Created on 2006-7-28
*
* 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 ChaxunForm extends ActionForm {
private String xy;
private String zy;
private String xb;
private String xl;
/**
* @return Returns the xb.
*/
public String getXb() {
return xb;
}
/**
* @param xb The xb to set.
*/
public void setXb(String xb) {
this.xb = xb;
}
/**
* @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 xy.
*/
public String getXy() {
return xy;
}
/**
* @param xy The xy to set.
*/
public void setXy(String xy) {
this.xy = xy;
}
/**
* @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 + Shift + D
顯示快捷鍵
?
增大字號
Ctrl + =
減小字號
Ctrl + -