hyklxvalue.java

来自「struts+hibernate3的源程序」· Java 代码 · 共 53 行

JAVA
53
字号
package org.helpsoft.entity.hyklx;

import java.io.Serializable;

/**
 * The HyklxValue objects contains all fields that are available in the storage.
 *
 * @author cao guangxin
 */
public class HyklxValue implements Serializable {


   private java.lang.String hykmm;

   /**
    * Returns the value of the <code>hykmm</code> property.
    *
    * @return the value of the <code>hykmm</code> property.
    */
   public java.lang.String getHykmm() {
      return hykmm;
   }

   /**
    * Sets the value of the <code>hykmm</code> property.
    *
    * @param hykmm a value for <code>hykmm</code>.
    */
   public void setHykmm(java.lang.String hykmm) {
      this.hykmm = hykmm;
   }

   private java.lang.String hykmc;

   /**
    * Returns the value of the <code>hykmc</code> property.
    *
    * @return the value of the <code>hykmc</code> property.
    */
   public java.lang.String getHykmc() {
      return hykmc;
   }

   /**
    * Sets the value of the <code>hykmc</code> property.
    *
    * @param hykmc a value for <code>hykmc</code>.
    */
   public void setHykmc(java.lang.String hykmc) {
      this.hykmc = hykmc;
   }
}

⌨️ 快捷键说明

复制代码Ctrl + C
搜索代码Ctrl + F
全屏模式F11
增大字号Ctrl + =
减小字号Ctrl + -
显示快捷键?