?? htfindwhereyfdlrequalsform.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 HtFindWhereYfdlrEqualsForm extends ActionForm
{
private String yfdlr;
private String crudMethod;
/**
* Sets the value of yfdlr
*/
public void setYfdlr(String yfdlr)
{
this.yfdlr = yfdlr;
}
/**
* Gets the value of yfdlr
*/
public String getYfdlr()
{
return yfdlr;
}
/**
* 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 + -