?? htfindwherejfbmequalsform.java
字號:
package org.helpsoft.contract.struts.forms;
import java.math.*;
import java.text.*;
import org.apache.struts.action.*;
import javax.servlet.http.HttpServletRequest;
import org.helpsoft.contract.dto.*;
public class HtFindWhereJfbmEqualsForm extends ActionForm
{
private String jfbm;
private String crudMethod;
/**
* Sets the value of jfbm
*/
public void setJfbm(String jfbm)
{
this.jfbm = jfbm;
}
/**
* Gets the value of jfbm
*/
public String getJfbm()
{
return jfbm;
}
/**
* Sets the value of crudMethod
*/
public void setCrudMethod(String crudMethod)
{
this.crudMethod = crudMethod;
}
/**
* Gets the value of crudMethod
*/
public String getCrudMethod()
{
return crudMethod;
}
}
?? 快捷鍵說明
復制代碼
Ctrl + C
搜索代碼
Ctrl + F
全屏模式
F11
切換主題
Ctrl + Shift + D
顯示快捷鍵
?
增大字號
Ctrl + =
減小字號
Ctrl + -