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

📄 splbvalue.java

📁 STRUTS数据库项目开发宝典
💻 JAVA
字号:
package org.helpsoft.entity.splb;

import java.io.Serializable;

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


   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 splbmc;

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

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

⌨️ 快捷键说明

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