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

📄 spvalue.java

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