zkkvalue.java

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

JAVA
113
字号
package org.helpsoft.entity.zkk;

import java.io.Serializable;

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


   private java.lang.String hykbm;

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

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

   private java.lang.String hykjb;

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

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

   private java.lang.String zkl;

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

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

   private java.lang.String jfqj1;

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

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

   private java.lang.String jfqj2;

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

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

⌨️ 快捷键说明

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