📄 czkvalue.java
字号:
package org.helpsoft.entity.czk;
import java.io.Serializable;
/**
* The CzkValue objects contains all fields that are available in the storage.
*
* @author cao guangxin
*/
public class CzkValue implements Serializable {
private java.lang.String hykbm;
/**
* Returns the value of the <code>hykbm</code> property.
*
* @return the value of the <code>hykbm</code> property.
*/
public java.lang.String getHykbm() {
return hykbm;
}
/**
* Sets the value of the <code>hykbm</code> property.
*
* @param hykbm a value for <code>hykbm</code>.
*/
public void setHykbm(java.lang.String hykbm) {
this.hykbm = hykbm;
}
private java.lang.String hykmc;
/**
* Returns the value of the <code>hykmc</code> property.
*
* @return the value of the <code>hykmc</code> property.
*/
public java.lang.String getHykmc() {
return hykmc;
}
/**
* Sets the value of the <code>hykmc</code> property.
*
* @param hykmc a value for <code>hykmc</code>.
*/
public void setHykmc(java.lang.String hykmc) {
this.hykmc = hykmc;
}
private java.lang.String yhdzl;
/**
* Returns the value of the <code>yhdzl</code> property.
*
* @return the value of the <code>yhdzl</code> property.
*/
public java.lang.String getYhdzl() {
return yhdzl;
}
/**
* Sets the value of the <code>yhdzl</code> property.
*
* @param yhdzl a value for <code>yhdzl</code>.
*/
public void setYhdzl(java.lang.String yhdzl) {
this.yhdzl = yhdzl;
}
private java.lang.String sjck;
/**
* Returns the value of the <code>sjck</code> property.
*
* @return the value of the <code>sjck</code> property.
*/
public java.lang.String getSjck() {
return sjck;
}
/**
* Sets the value of the <code>sjck</code> property.
*
* @param sjck a value for <code>sjck</code>.
*/
public void setSjck(java.lang.String sjck) {
this.sjck = sjck;
}
}
⌨️ 快捷键说明
复制代码
Ctrl + C
搜索代码
Ctrl + F
全屏模式
F11
切换主题
Ctrl + Shift + D
显示快捷键
?
增大字号
Ctrl + =
减小字号
Ctrl + -