📄 formvalue.java.svn-base
字号:
/*++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
*
* System Name : 僼儗乕儉儚乕僋
* File Name : Form.java
* Generate : Form.class
* Compiler : JDK1.5
* OS : Windows2000 Professional
* Description : Action - Business娫偱偺僨乕僞偺傗傝庢傝偵巊梡
*
*++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
* Modification History
*
* Date Name Reason for change
* -------------- ------------------ -----------------------------------------------------------------------
* 2005/06/25 F.cy Initial Release
*
*++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++*/
package jm.framework.util;
/**
* <H3> 慡偰偺Value僋儔僗偺尦偲側傞僀儞僞乕僼僃乕僗. </H3>
*
* <PRE>
*
* 慡偰偺Value僋儔僗偼丄偙偺僀儞僞乕僼僃乕僗傪幚憰偡傞.
*
* </PRE>
*
* Compiler jdk.5
* @author fu_changyong(1shome)
* @see struts 1.2.8
* @version 1.5.2.1
*/
public abstract class FormValue {
private String strMethods = null;
public String getStrMethods() {
return strMethods;
}
public void setStrMethods(String string) {
strMethods = string;
}
}
⌨️ 快捷键说明
复制代码
Ctrl + C
搜索代码
Ctrl + F
全屏模式
F11
切换主题
Ctrl + Shift + D
显示快捷键
?
增大字号
Ctrl + =
减小字号
Ctrl + -