📄 xfmxvalue.java
字号:
package org.helpsoft.entity.xfmx;
import java.io.Serializable;
/**
* The XfmxValue objects contains all fields that are available in the storage.
*
* @author cao guangxin
*/
public class XfmxValue implements Serializable {
private java.lang.String xfbm;
/**
* Returns the value of the <code>xfbm</code> property.
*
* @return the value of the <code>xfbm</code> property.
*/
public java.lang.String getXfbm() {
return xfbm;
}
/**
* Sets the value of the <code>xfbm</code> property.
*
* @param xfbm a value for <code>xfbm</code>.
*/
public void setXfbm(java.lang.String xfbm) {
this.xfbm = xfbm;
}
private java.lang.String hykh;
/**
* Returns the value of the <code>hykh</code> property.
*
* @return the value of the <code>hykh</code> property.
*/
public java.lang.String getHykh() {
return hykh;
}
/**
* Sets the value of the <code>hykh</code> property.
*
* @param hykh a value for <code>hykh</code>.
*/
public void setHykh(java.lang.String hykh) {
this.hykh = hykh;
}
private java.lang.String spbm;
/**
* Returns the value of the <code>spbm</code> property.
*
* @return the value of the <code>spbm</code> property.
*/
public java.lang.String getSpbm() {
return spbm;
}
/**
* Sets the value of the <code>spbm</code> property.
*
* @param spbm a value for <code>spbm</code>.
*/
public void setSpbm(java.lang.String spbm) {
this.spbm = spbm;
}
private java.lang.String spmc;
/**
* Returns the value of the <code>spmc</code> property.
*
* @return the value of the <code>spmc</code> property.
*/
public java.lang.String getSpmc() {
return spmc;
}
/**
* Sets the value of the <code>spmc</code> property.
*
* @param spmc a value for <code>spmc</code>.
*/
public void setSpmc(java.lang.String spmc) {
this.spmc = spmc;
}
private java.lang.String dj;
/**
* Returns the value of the <code>dj</code> property.
*
* @return the value of the <code>dj</code> property.
*/
public java.lang.String getDj() {
return dj;
}
/**
* Sets the value of the <code>dj</code> property.
*
* @param dj a value for <code>dj</code>.
*/
public void setDj(java.lang.String dj) {
this.dj = dj;
}
private java.lang.String sl;
/**
* Returns the value of the <code>sl</code> property.
*
* @return the value of the <code>sl</code> property.
*/
public java.lang.String getSl() {
return sl;
}
/**
* Sets the value of the <code>sl</code> property.
*
* @param sl a value for <code>sl</code>.
*/
public void setSl(java.lang.String sl) {
this.sl = sl;
}
private java.lang.String hjje;
/**
* Returns the value of the <code>hjje</code> property.
*
* @return the value of the <code>hjje</code> property.
*/
public java.lang.String getHjje() {
return hjje;
}
/**
* Sets the value of the <code>hjje</code> property.
*
* @param hjje a value for <code>hjje</code>.
*/
public void setHjje(java.lang.String hjje) {
this.hjje = hjje;
}
}
⌨️ 快捷键说明
复制代码
Ctrl + C
搜索代码
Ctrl + F
全屏模式
F11
切换主题
Ctrl + Shift + D
显示快捷键
?
增大字号
Ctrl + =
减小字号
Ctrl + -