📄 rwglaprwjhresevent.java
字号:
package gov.gdlt.ssgly.taxcore.taxevent.rwgl;
import java.math.*;
import java.util.*;
import gov.gdlt.ssgly.taxcore.comm.event.*;
/**
* <p>Title: </p>
*
* <p>Description: 广东地税税收管理员工作平台</p>
*
* <p>Copyright: Copyright (c) 2005 广东省地方税务局,广州市地方税务局</p>
*
* <p>Company: 广州地税</p>
*
* @author 王隽
* @version 1.0
*/
public class RWGLaprwjhResEvent extends ResponseEvent {
private ArrayList jhrw;
private ArrayList fsdx;
private RWGLjhrwVO jhrwVO;
private ArrayList rwlxDmb;
private ArrayList swjgList;
private ArrayList swryList;
private BigDecimal rw_xh;
public RWGLaprwjhResEvent() {
super();
try {
jbInit();
} catch (Exception ex) {
ex.printStackTrace();
}
}
public void setJhrw(ArrayList jhrw) {
this.jhrw = jhrw;
}
public void setFsdx(ArrayList fsdx) {
this.fsdx = fsdx;
}
public void setJhrwVO(RWGLjhrwVO jhrwVO) {
this.jhrwVO = jhrwVO;
}
public void setRwlxDmb(ArrayList rwlxDmb) {
this.rwlxDmb = rwlxDmb;
}
public void setSwjgList(ArrayList swjgList) {
this.swjgList = swjgList;
}
public void setSwryList(ArrayList swryList) {
this.swryList = swryList;
}
public void setRw_xh(BigDecimal rw_xh) {
this.rw_xh = rw_xh;
}
public ArrayList getJhrw() {
return jhrw;
}
public ArrayList getFsdx() {
return fsdx;
}
public RWGLjhrwVO getJhrwVO() {
return jhrwVO;
}
public ArrayList getRwlxDmb() {
return rwlxDmb;
}
public ArrayList getSwjgList() {
return swjgList;
}
public ArrayList getSwryList() {
return swryList;
}
public BigDecimal getRw_xh() {
return rw_xh;
}
private void jbInit() throws Exception {
}
}
⌨️ 快捷键说明
复制代码
Ctrl + C
搜索代码
Ctrl + F
全屏模式
F11
切换主题
Ctrl + Shift + D
显示快捷键
?
增大字号
Ctrl + =
减小字号
Ctrl + -