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

📄 zkkif.java

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


/**
 * The ZkkIf interfaces exposes the persistence data.
 *
 * @author cao guangxin
 */
public interface ZkkIf {

    /**
     * Return the primary key.
     *
     * @return java.lang.String he primary key.
     */
    java.lang.String getPrimaryKey();

    /**
     * Set the primary key.
     *
     * @param pk return java.lang.String with the primary key.
     */
    void setPrimaryKey(java.lang.String pk);


   /**
    * Returns the value of the <code>hykbm</code> property.
    *
    * @return the value of the <code>hykbm</code> property
    */
   java.lang.String getHykbm();

   /**
    * Sets the value of the <code>hykbm</code> property.
    *
    * @param hykbm the value for the <code>hykbm</code> property
    */
   void setHykbm(java.lang.String hykbm);

   /**
    * Returns the value of the <code>hykjb</code> property.
    *
    * @return the value of the <code>hykjb</code> property
    */
   java.lang.String getHykjb();

   /**
    * Sets the value of the <code>hykjb</code> property.
    *
    * @param hykjb the value for the <code>hykjb</code> property
    */
   void setHykjb(java.lang.String hykjb);

   /**
    * Returns the value of the <code>zkl</code> property.
    *
    * @return the value of the <code>zkl</code> property
    */
   java.lang.String getZkl();

   /**
    * Sets the value of the <code>zkl</code> property.
    *
    * @param zkl the value for the <code>zkl</code> property
    */
   void setZkl(java.lang.String zkl);

   /**
    * Returns the value of the <code>jfqj1</code> property.
    *
    * @return the value of the <code>jfqj1</code> property
    */
   java.lang.String getJfqj1();

   /**
    * Sets the value of the <code>jfqj1</code> property.
    *
    * @param jfqj1 the value for the <code>jfqj1</code> property
    */
   void setJfqj1(java.lang.String jfqj1);

   /**
    * Returns the value of the <code>jfqj2</code> property.
    *
    * @return the value of the <code>jfqj2</code> property
    */
   java.lang.String getJfqj2();

   /**
    * Sets the value of the <code>jfqj2</code> property.
    *
    * @param jfqj2 the value for the <code>jfqj2</code> property
    */
   void setJfqj2(java.lang.String jfqj2);


}

⌨️ 快捷键说明

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