📄 czkif.java
字号:
package org.helpsoft.entity.czk;
/**
* The CzkIf interfaces exposes the persistence data.
*
* @author cao guangxin
*/
public interface CzkIf {
/**
* 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>hykbm</code> property.
*
* @return the value of the <code>hykbm</code> property
*/
java.lang.String getHykbm();
/**
* Sets the value of the <code>hykbm</code> property.
*
* @param hykbm the value for the <code>hykbm</code> property
*/
void setHykbm(java.lang.String hykbm);
/**
* 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);
/**
* Returns the value of the <code>yhdzl</code> property.
*
* @return the value of the <code>yhdzl</code> property
*/
java.lang.String getYhdzl();
/**
* Sets the value of the <code>yhdzl</code> property.
*
* @param yhdzl the value for the <code>yhdzl</code> property
*/
void setYhdzl(java.lang.String yhdzl);
/**
* Returns the value of the <code>sjck</code> property.
*
* @return the value of the <code>sjck</code> property
*/
java.lang.String getSjck();
/**
* Sets the value of the <code>sjck</code> property.
*
* @param sjck the value for the <code>sjck</code> property
*/
void setSjck(java.lang.String sjck);
}
⌨️ 快捷键说明
复制代码
Ctrl + C
搜索代码
Ctrl + F
全屏模式
F11
切换主题
Ctrl + Shift + D
显示快捷键
?
增大字号
Ctrl + =
减小字号
Ctrl + -