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