hyxfvalue.java

来自「STRUTS数据库项目开发宝典」· Java 代码 · 共 113 行

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

import java.io.Serializable;

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


   private java.lang.String wzkqjg;

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

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

   private java.lang.String hykh;

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

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

   private java.lang.String dzhsjsq;

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

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

   private java.lang.String ccxfjegj;

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

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

   private java.lang.String xfbz;

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

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

⌨️ 快捷键说明

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