czkif.java

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

JAVA
84
字号
package org.helpsoft.entity.czk;


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

    /**
     * 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>hykmc</code> property.
    *
    * @return the value of the <code>hykmc</code> property
    */
   java.lang.String getHykmc();

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

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

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

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

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


}

⌨️ 快捷键说明

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