hyklxif.java

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

JAVA
56
字号
package org.helpsoft.entity.hyklx;


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

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

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

   /**
    * 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);


}

⌨️ 快捷键说明

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