?? setturnform.java
字號:
/*
* 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 SetTurnForm extends ActionForm {
private String order;
private String pxzd;
private String fs;
/**
* @return Returns the fs.
*/
public String getFs() {
return fs;
}
/**
* @param fs The fs to set.
*/
public void setFs(String fs) {
this.fs = fs;
}
/**
* @return Returns the order.
*/
public String getOrder() {
return order;
}
/**
* @param order The order to set.
*/
public void setOrder(String order) {
this.order = order;
}
/**
* @return Returns the pxzd.
*/
public String getPxzd() {
return pxzd;
}
/**
* @param pxzd The pxzd to set.
*/
public void setPxzd(String pxzd) {
this.pxzd = pxzd;
}
}
?? 快捷鍵說明
復(fù)制代碼
Ctrl + C
搜索代碼
Ctrl + F
全屏模式
F11
切換主題
Ctrl + Shift + D
顯示快捷鍵
?
增大字號
Ctrl + =
減小字號
Ctrl + -