spvalue.java

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

JAVA
173
字号
package org.helpsoft.entity.sp;

import java.io.Serializable;

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


   private java.lang.String spbm;

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

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

   private java.lang.String splbbm;

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

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

   private java.lang.String spmc;

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

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

   private java.lang.String ysdj;

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

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

   private java.lang.String jhdj;

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

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

   private java.lang.String spsl;

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

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

   private java.lang.String dzbl;

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

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

   private java.lang.String sfcxsp;

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

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

⌨️ 快捷键说明

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