hyxfif.java

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

JAVA
113
字号
package org.helpsoft.entity.hyxf;

import org.helpsoft.entity.hy.*;

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

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

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

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

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

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

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

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

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

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

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


   /**
    * Returns the value of the <code>hykhHy</code> relation property.
    *
    * @return the value of the <code>hykhHy</code> relation property.
    */
   HyIf getHykhHy();

   /**
    * Sets the value of the <code>hykhHy</code> relation property.
    *
    * @param hy a value for <code>hykhHy</code>.
    */
   void setHykhHy(HyIf hy);

}

⌨️ 快捷键说明

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