XtHkbjbjcs.java 7.6 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271272273274275276277278279280281282283284
  1. package com.huimv.xt.dataobject;
  2. import java.util.Date;
  3. import java.util.List;
  4. import com.huimv.busi.xt.dto.HkBjbjcsDTO;
  5. public class XtHkbjbjcs extends BaseDO {
  6. /**
  7. * This field was generated by Apache iBATIS ibator.
  8. * This field corresponds to the database column xt_hkbj_bjcs.ID
  9. *
  10. * @ibatorgenerated Wed May 11 10:29:32 CST 2016
  11. */
  12. private Integer id;
  13. /**
  14. * This field was generated by Apache iBATIS ibator.
  15. * This field corresponds to the database column xt_hkbj_bjcs.JQID
  16. *
  17. * @ibatorgenerated Wed May 11 10:29:32 CST 2016
  18. */
  19. private String jqid;
  20. /**
  21. * This field was generated by Apache iBATIS ibator.
  22. * This field corresponds to the database column xt_hkbj_bjcs.SFKQ
  23. *
  24. * @ibatorgenerated Wed May 11 10:29:32 CST 2016
  25. */
  26. private Integer sfkq;
  27. /**
  28. * This field was generated by Apache iBATIS ibator.
  29. * This field corresponds to the database column xt_hkbj_bjcs.BJPZSL
  30. *
  31. * @ibatorgenerated Wed May 11 10:29:32 CST 2016
  32. */
  33. private Integer bjpzsl;
  34. /**
  35. * This field was generated by Apache iBATIS ibator.
  36. * This field corresponds to the database column xt_hkbj_bjcs.BJPZNR
  37. *
  38. * @ibatorgenerated Wed May 11 10:29:32 CST 2016
  39. */
  40. private String bjpznr;
  41. /**
  42. * This field was generated by Apache iBATIS ibator.
  43. * This field corresponds to the database column xt_hkbj_bjcs.ZFBZ
  44. *
  45. * @ibatorgenerated Wed May 11 10:29:32 CST 2016
  46. */
  47. private Integer zfbz;
  48. /**
  49. * This field was generated by Apache iBATIS ibator.
  50. * This field corresponds to the database column xt_hkbj_bjcs.XGR
  51. *
  52. * @ibatorgenerated Wed May 11 10:29:32 CST 2016
  53. */
  54. private String xgr;
  55. /**
  56. * This field was generated by Apache iBATIS ibator.
  57. * This field corresponds to the database column xt_hkbj_bjcs.XGSJ
  58. *
  59. * @ibatorgenerated Wed May 11 10:29:32 CST 2016
  60. */
  61. private Date xgsj;
  62. /**
  63. * This method was generated by Apache iBATIS ibator.
  64. * This method returns the value of the database column xt_hkbj_bjcs.ID
  65. *
  66. * @return the value of xt_hkbj_bjcs.ID
  67. *
  68. * @ibatorgenerated Wed May 11 10:29:32 CST 2016
  69. */
  70. public Integer getId() {
  71. return id;
  72. }
  73. /**
  74. * This method was generated by Apache iBATIS ibator.
  75. * This method sets the value of the database column xt_hkbj_bjcs.ID
  76. *
  77. * @param id the value for xt_hkbj_bjcs.ID
  78. *
  79. * @ibatorgenerated Wed May 11 10:29:32 CST 2016
  80. */
  81. public void setId(Integer id) {
  82. this.id = id;
  83. }
  84. /**
  85. * This method was generated by Apache iBATIS ibator.
  86. * This method returns the value of the database column xt_hkbj_bjcs.JQID
  87. *
  88. * @return the value of xt_hkbj_bjcs.JQID
  89. *
  90. * @ibatorgenerated Wed May 11 10:29:32 CST 2016
  91. */
  92. public String getJqid() {
  93. return jqid;
  94. }
  95. /**
  96. * This method was generated by Apache iBATIS ibator.
  97. * This method sets the value of the database column xt_hkbj_bjcs.JQID
  98. *
  99. * @param jqid the value for xt_hkbj_bjcs.JQID
  100. *
  101. * @ibatorgenerated Wed May 11 10:29:32 CST 2016
  102. */
  103. public void setJqid(String jqid) {
  104. this.jqid = jqid == null ? null : jqid.trim();
  105. }
  106. /**
  107. * This method was generated by Apache iBATIS ibator.
  108. * This method returns the value of the database column xt_hkbj_bjcs.SFKQ
  109. *
  110. * @return the value of xt_hkbj_bjcs.SFKQ
  111. *
  112. * @ibatorgenerated Wed May 11 10:29:32 CST 2016
  113. */
  114. public Integer getSfkq() {
  115. return sfkq;
  116. }
  117. /**
  118. * This method was generated by Apache iBATIS ibator.
  119. * This method sets the value of the database column xt_hkbj_bjcs.SFKQ
  120. *
  121. * @param sfkq the value for xt_hkbj_bjcs.SFKQ
  122. *
  123. * @ibatorgenerated Wed May 11 10:29:32 CST 2016
  124. */
  125. public void setSfkq(Integer sfkq) {
  126. this.sfkq = sfkq;
  127. }
  128. /**
  129. * This method was generated by Apache iBATIS ibator.
  130. * This method returns the value of the database column xt_hkbj_bjcs.BJPZSL
  131. *
  132. * @return the value of xt_hkbj_bjcs.BJPZSL
  133. *
  134. * @ibatorgenerated Wed May 11 10:29:32 CST 2016
  135. */
  136. public Integer getBjpzsl() {
  137. return bjpzsl;
  138. }
  139. /**
  140. * This method was generated by Apache iBATIS ibator.
  141. * This method sets the value of the database column xt_hkbj_bjcs.BJPZSL
  142. *
  143. * @param bjpzsl the value for xt_hkbj_bjcs.BJPZSL
  144. *
  145. * @ibatorgenerated Wed May 11 10:29:32 CST 2016
  146. */
  147. public void setBjpzsl(Integer bjpzsl) {
  148. this.bjpzsl = bjpzsl;
  149. }
  150. /**
  151. * This method was generated by Apache iBATIS ibator.
  152. * This method returns the value of the database column xt_hkbj_bjcs.BJPZNR
  153. *
  154. * @return the value of xt_hkbj_bjcs.BJPZNR
  155. *
  156. * @ibatorgenerated Wed May 11 10:29:32 CST 2016
  157. */
  158. public String getBjpznr() {
  159. return bjpznr;
  160. }
  161. /**
  162. * This method was generated by Apache iBATIS ibator.
  163. * This method sets the value of the database column xt_hkbj_bjcs.BJPZNR
  164. *
  165. * @param bjpznr the value for xt_hkbj_bjcs.BJPZNR
  166. *
  167. * @ibatorgenerated Wed May 11 10:29:32 CST 2016
  168. */
  169. public void setBjpznr(String bjpznr) {
  170. this.bjpznr = bjpznr == null ? null : bjpznr.trim();
  171. }
  172. /**
  173. * This method was generated by Apache iBATIS ibator.
  174. * This method returns the value of the database column xt_hkbj_bjcs.ZFBZ
  175. *
  176. * @return the value of xt_hkbj_bjcs.ZFBZ
  177. *
  178. * @ibatorgenerated Wed May 11 10:29:32 CST 2016
  179. */
  180. public Integer getZfbz() {
  181. return zfbz;
  182. }
  183. /**
  184. * This method was generated by Apache iBATIS ibator.
  185. * This method sets the value of the database column xt_hkbj_bjcs.ZFBZ
  186. *
  187. * @param zfbz the value for xt_hkbj_bjcs.ZFBZ
  188. *
  189. * @ibatorgenerated Wed May 11 10:29:32 CST 2016
  190. */
  191. public void setZfbz(Integer zfbz) {
  192. this.zfbz = zfbz;
  193. }
  194. /**
  195. * This method was generated by Apache iBATIS ibator.
  196. * This method returns the value of the database column xt_hkbj_bjcs.XGR
  197. *
  198. * @return the value of xt_hkbj_bjcs.XGR
  199. *
  200. * @ibatorgenerated Wed May 11 10:29:32 CST 2016
  201. */
  202. public String getXgr() {
  203. return xgr;
  204. }
  205. /**
  206. * This method was generated by Apache iBATIS ibator.
  207. * This method sets the value of the database column xt_hkbj_bjcs.XGR
  208. *
  209. * @param xgr the value for xt_hkbj_bjcs.XGR
  210. *
  211. * @ibatorgenerated Wed May 11 10:29:32 CST 2016
  212. */
  213. public void setXgr(String xgr) {
  214. this.xgr = xgr == null ? null : xgr.trim();
  215. }
  216. /**
  217. * This method was generated by Apache iBATIS ibator.
  218. * This method returns the value of the database column xt_hkbj_bjcs.XGSJ
  219. *
  220. * @return the value of xt_hkbj_bjcs.XGSJ
  221. *
  222. * @ibatorgenerated Wed May 11 10:29:32 CST 2016
  223. */
  224. public Date getXgsj() {
  225. return xgsj;
  226. }
  227. /**
  228. * This method was generated by Apache iBATIS ibator.
  229. * This method sets the value of the database column xt_hkbj_bjcs.XGSJ
  230. *
  231. * @param xgsj the value for xt_hkbj_bjcs.XGSJ
  232. *
  233. * @ibatorgenerated Wed May 11 10:29:32 CST 2016
  234. */
  235. public void setXgsj(Date xgsj) {
  236. this.xgsj = xgsj;
  237. }
  238. private List<HkBjbjcsDTO> bjcsList;
  239. private List<XtGydm> gzxwList;
  240. public List<HkBjbjcsDTO> getBjcsList() {
  241. return bjcsList;
  242. }
  243. public void setBjcsList(List<HkBjbjcsDTO> bjcsList) {
  244. this.bjcsList = bjcsList;
  245. }
  246. public List<XtGydm> getGzxwList() {
  247. return gzxwList;
  248. }
  249. public void setGzxwList(List<XtGydm> gzxwList) {
  250. this.gzxwList = gzxwList;
  251. }
  252. }