📄 jkyjckyjxxreqevent.java
字号:
package gov.gdlt.ssgly.taxcore.taxevent.jkyj;
import java.math.BigDecimal;
import gov.gdlt.ssgly.taxcore.comm.event.RequestEvent;
/**
*
* <p>Title: 查看预警信息RequestEvent</p>
*
* <p>Description: 广东地税税收管理员工作平台</p>
*
* <p>Copyright: Copyright (c) 2005 广东省地方税务局,广州市地方税务局</p>
*
* <p>Company: 广州地税</p>
*
* @author 郑毅晖
* @version 1.0
*/
public class JKYJckyjxxReqEvent extends RequestEvent {
private BigDecimal fl_xh; //分类序号
private String st_dm; //视图代码
private BigDecimal jl_xh; //预警记录序号
private String ts_bj; //提示标记
private BigDecimal nsrnbm; //纳税人内部码
private String cxtj;//查询条件
private String tsbj_lx; //提示标记类型(QS=已签收,BL=已办理,若为空则认为是‘已办理’类型)
/**
* 需指定BLH类名的构造器
* @param bizLHClassName:String BLH完整类名
* @param sessionID:String 用户登陆唯一标识
*/
public JKYJckyjxxReqEvent(String bizLHClassName) {
super(bizLHClassName);
}
/**
* 默认BLH类名的构造器
* @param sessionID:String 用户登陆唯一标识
*/
public JKYJckyjxxReqEvent() {
super("gov.gdlt.ssgly.taxcore.taxblh.jkyj.JKYJckyjxxBLH");
try {
jbInit();
} catch (Exception ex) {
ex.printStackTrace();
}
}
public void setFl_xh(BigDecimal fl_xh) {
this.fl_xh = fl_xh;
}
public void setSt_dm(String st_dm) {
this.st_dm = st_dm;
}
public void setJl_xh(BigDecimal jl_xh) {
this.jl_xh = jl_xh;
}
public void setTs_bj(String ts_bj) {
this.ts_bj = ts_bj;
}
public void setNsrnbm(BigDecimal nsrnbm) {
this.nsrnbm = nsrnbm;
}
public BigDecimal getFl_xh() {
return fl_xh;
}
public String getSt_dm() {
return st_dm;
}
public BigDecimal getJl_xh() {
return jl_xh;
}
public String getTs_bj() {
return ts_bj;
}
public BigDecimal getNsrnbm() {
return nsrnbm;
}
public void setCxtj(String cxtj) {
this.cxtj = cxtj;
}
public void setTsbj_lx(String tsbj_lx) {
this.tsbj_lx = tsbj_lx;
}
public String getCxtj() {
return cxtj;
}
public String getTsbj_lx() {
return tsbj_lx;
}
private void jbInit() throws Exception {
}
}
⌨️ 快捷键说明
复制代码
Ctrl + C
搜索代码
Ctrl + F
全屏模式
F11
切换主题
Ctrl + Shift + D
显示快捷键
?
增大字号
Ctrl + =
减小字号
Ctrl + -