⭐ 欢迎来到虫虫下载站! | 📦 资源下载 📁 资源专辑 ℹ️ 关于我们
⭐ 虫虫下载站

📄 zkkvalue.java

📁 STRUTS数据库项目开发宝典
💻 JAVA
字号:
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 + Shift + D
显示快捷键 ?
增大字号 Ctrl + =
减小字号 Ctrl + -