zkkif.java

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

JAVA
98
字号
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 + =
减小字号Ctrl + -
显示快捷键?