xfmxif.java

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

JAVA
126
字号
package org.helpsoft.entity.xfmx;


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

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

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

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

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

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

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

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

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

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

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

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

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

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

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


}

⌨️ 快捷键说明

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