formvalue.java

来自「梦界家园程序开发基底框架」· Java 代码 · 共 48 行

JAVA
48
字号
/*++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
 *
 * 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 + =
减小字号Ctrl + -
显示快捷键?