📄 hyxfif.java
字号:
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 + Shift + D
显示快捷键
?
增大字号
Ctrl + =
减小字号
Ctrl + -