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