8d7414ffa74f7ea8e2f13fc432410e008436c0d4.svn-base 3.1 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171
  1. package com.sinosoft.am.plan.vo;
  2. public class ContingencyPlanHuiZongBean{
  3. private String comp_id;//单位ID
  4. private int ztPlan;//总体预案
  5. private int zxPlan;//专项预案
  6. private int zrzh;//自然灾害
  7. private int sgzh;//事故灾难
  8. private int ggws;//公共卫生
  9. private int shaq;//社会安全
  10. private int xcczPlan;//现场处置
  11. private int zrzhxc;//自然灾害
  12. private int sgzhxc;//事故灾难
  13. private int ggwsxc;//公共卫生
  14. private int shaqxc;//社会安全
  15. private int zTotal;//总合计
  16. private int bmhj;//部门预案
  17. private int aqjcb;//安全监察部
  18. private int xtyxb;//系统运行部
  19. private int gjb;//国际部
  20. private int bgt;//国际部
  21. private int scsbglb;//生产设备管理部
  22. private int zhengfu;//政府预案
  23. public int getZhengfu() {
  24. return zhengfu;
  25. }
  26. public void setZhengfu(int zhengfu) {
  27. this.zhengfu = zhengfu;
  28. }
  29. public String getComp_id() {
  30. return comp_id;
  31. }
  32. public void setComp_id(String comp_id) {
  33. this.comp_id = comp_id;
  34. }
  35. public int getZtPlan() {
  36. return ztPlan;
  37. }
  38. public void setZtPlan(int ztPlan) {
  39. this.ztPlan = ztPlan;
  40. }
  41. public int getZxPlan() {
  42. return zxPlan;
  43. }
  44. public void setZxPlan(int zxPlan) {
  45. this.zxPlan = zxPlan;
  46. }
  47. public int getZrzh() {
  48. return zrzh;
  49. }
  50. public void setZrzh(int zrzh) {
  51. this.zrzh = zrzh;
  52. }
  53. public int getSgzh() {
  54. return sgzh;
  55. }
  56. public void setSgzh(int sgzh) {
  57. this.sgzh = sgzh;
  58. }
  59. public int getGgws() {
  60. return ggws;
  61. }
  62. public void setGgws(int ggws) {
  63. this.ggws = ggws;
  64. }
  65. public int getShaq() {
  66. return shaq;
  67. }
  68. public void setShaq(int shaq) {
  69. this.shaq = shaq;
  70. }
  71. public int getXcczPlan() {
  72. return xcczPlan;
  73. }
  74. public void setXcczPlan(int xcczPlan) {
  75. this.xcczPlan = xcczPlan;
  76. }
  77. public int getZrzhxc() {
  78. return zrzhxc;
  79. }
  80. public void setZrzhxc(int zrzhxc) {
  81. this.zrzhxc = zrzhxc;
  82. }
  83. public int getSgzhxc() {
  84. return sgzhxc;
  85. }
  86. public void setSgzhxc(int sgzhxc) {
  87. this.sgzhxc = sgzhxc;
  88. }
  89. public int getGgwsxc() {
  90. return ggwsxc;
  91. }
  92. public void setGgwsxc(int ggwsxc) {
  93. this.ggwsxc = ggwsxc;
  94. }
  95. public int getShaqxc() {
  96. return shaqxc;
  97. }
  98. public void setShaqxc(int shaqxc) {
  99. this.shaqxc = shaqxc;
  100. }
  101. public int getzTotal() {
  102. return zTotal;
  103. }
  104. public void setzTotal(int zTotal) {
  105. this.zTotal = zTotal;
  106. }
  107. public int getAqjcb() {
  108. return aqjcb;
  109. }
  110. public void setAqjcb(int aqjcb) {
  111. this.aqjcb = aqjcb;
  112. }
  113. public int getXtyxb() {
  114. return xtyxb;
  115. }
  116. public void setXtyxb(int xtyxb) {
  117. this.xtyxb = xtyxb;
  118. }
  119. public int getGjb() {
  120. return gjb;
  121. }
  122. public void setGjb(int gjb) {
  123. this.gjb = gjb;
  124. }
  125. public int getScsbglb() {
  126. return scsbglb;
  127. }
  128. public void setScsbglb(int scsbglb) {
  129. this.scsbglb = scsbglb;
  130. }
  131. public int getXxb() {
  132. return xxb;
  133. }
  134. public void setXxb(int xxb) {
  135. this.xxb = xxb;
  136. }
  137. public int getScyxb() {
  138. return scyxb;
  139. }
  140. public void setScyxb(int scyxb) {
  141. this.scyxb = scyxb;
  142. }
  143. public int getBmhj() {
  144. return bmhj;
  145. }
  146. public void setBmhj(int bmhj) {
  147. this.bmhj = bmhj;
  148. }
  149. public int getBgt() {
  150. return bgt;
  151. }
  152. public void setBgt(int bgt) {
  153. this.bgt = bgt;
  154. }
  155. private int xxb;//信息部
  156. private int scyxb;//市场营销部
  157. }