XxGttsjl.java 11 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271272273274275276277278279280281282283284285286287288289290291292293294295296297298299300301302303304305306307308309310311312313314315316317318319320321322323324325326327328329330331332333334335336337338339340341342343344345346347348349350351352353354355356357358359360361362363364365366367368369370371372373374375376377378379380381382383384385386387388389390
  1. package com.huimv.xx.dataobject;
  2. import com.huimv.xt.dataobject.BaseDO;
  3. import java.util.Date;
  4. public class XxGttsjl extends BaseDO {
  5. /**
  6. * This field was generated by Apache iBATIS ibator.
  7. * This field corresponds to the database column xx_gttsjl.id
  8. *
  9. * @ibatorgenerated Fri Mar 18 11:07:01 CST 2016
  10. */
  11. private Integer id;
  12. /**
  13. * This field was generated by Apache iBATIS ibator.
  14. * This field corresponds to the database column xx_gttsjl.xxid
  15. *
  16. * @ibatorgenerated Fri Mar 18 11:07:01 CST 2016
  17. */
  18. private Integer xxid;
  19. /**
  20. * This field was generated by Apache iBATIS ibator.
  21. * This field corresponds to the database column xx_gttsjl.taskid
  22. *
  23. * @ibatorgenerated Fri Mar 18 11:07:01 CST 2016
  24. */
  25. private String taskid;
  26. /**
  27. * This field was generated by Apache iBATIS ibator.
  28. * This field corresponds to the database column xx_gttsjl.tsfs
  29. *
  30. * @ibatorgenerated Fri Mar 18 11:07:01 CST 2016
  31. */
  32. private Integer tsfs;
  33. /**
  34. * This field was generated by Apache iBATIS ibator.
  35. * This field corresponds to the database column xx_gttsjl.fsxxmc
  36. *
  37. * @ibatorgenerated Fri Mar 18 11:07:01 CST 2016
  38. */
  39. private String fsxxmc;
  40. /**
  41. * This field was generated by Apache iBATIS ibator.
  42. * This field corresponds to the database column xx_gttsjl.zxyhtotal
  43. *
  44. * @ibatorgenerated Fri Mar 18 11:07:01 CST 2016
  45. */
  46. private Integer zxyhtotal;
  47. /**
  48. * This field was generated by Apache iBATIS ibator.
  49. * This field corresponds to the database column xx_gttsjl.lxyhtotal
  50. *
  51. * @ibatorgenerated Fri Mar 18 11:07:01 CST 2016
  52. */
  53. private Integer lxyhtotal;
  54. /**
  55. * This field was generated by Apache iBATIS ibator.
  56. * This field corresponds to the database column xx_gttsjl.msgtotal
  57. *
  58. * @ibatorgenerated Fri Mar 18 11:07:01 CST 2016
  59. */
  60. private Integer msgtotal;
  61. /**
  62. * This field was generated by Apache iBATIS ibator.
  63. * This field corresponds to the database column xx_gttsjl.msgprocess
  64. *
  65. * @ibatorgenerated Fri Mar 18 11:07:01 CST 2016
  66. */
  67. private Integer msgprocess;
  68. /**
  69. * This field was generated by Apache iBATIS ibator.
  70. * This field corresponds to the database column xx_gttsjl.clicknum
  71. *
  72. * @ibatorgenerated Fri Mar 18 11:07:01 CST 2016
  73. */
  74. private Integer clicknum;
  75. /**
  76. * This field was generated by Apache iBATIS ibator.
  77. * This field corresponds to the database column xx_gttsjl.content
  78. *
  79. * @ibatorgenerated Fri Mar 18 11:07:01 CST 2016
  80. */
  81. private String content;
  82. /**
  83. * This field was generated by Apache iBATIS ibator.
  84. * This field corresponds to the database column xx_gttsjl.fssj
  85. *
  86. * @ibatorgenerated Fri Mar 18 11:07:01 CST 2016
  87. */
  88. private Date fssj;
  89. /**
  90. * This method was generated by Apache iBATIS ibator.
  91. * This method returns the value of the database column xx_gttsjl.id
  92. *
  93. * @return the value of xx_gttsjl.id
  94. *
  95. * @ibatorgenerated Fri Mar 18 11:07:01 CST 2016
  96. */
  97. public Integer getId() {
  98. return id;
  99. }
  100. /**
  101. * This method was generated by Apache iBATIS ibator.
  102. * This method sets the value of the database column xx_gttsjl.id
  103. *
  104. * @param id the value for xx_gttsjl.id
  105. *
  106. * @ibatorgenerated Fri Mar 18 11:07:01 CST 2016
  107. */
  108. public void setId(Integer id) {
  109. this.id = id;
  110. }
  111. /**
  112. * This method was generated by Apache iBATIS ibator.
  113. * This method returns the value of the database column xx_gttsjl.xxid
  114. *
  115. * @return the value of xx_gttsjl.xxid
  116. *
  117. * @ibatorgenerated Fri Mar 18 11:07:01 CST 2016
  118. */
  119. public Integer getXxid() {
  120. return xxid;
  121. }
  122. /**
  123. * This method was generated by Apache iBATIS ibator.
  124. * This method sets the value of the database column xx_gttsjl.xxid
  125. *
  126. * @param xxid the value for xx_gttsjl.xxid
  127. *
  128. * @ibatorgenerated Fri Mar 18 11:07:01 CST 2016
  129. */
  130. public void setXxid(Integer xxid) {
  131. this.xxid = xxid;
  132. }
  133. /**
  134. * This method was generated by Apache iBATIS ibator.
  135. * This method returns the value of the database column xx_gttsjl.taskid
  136. *
  137. * @return the value of xx_gttsjl.taskid
  138. *
  139. * @ibatorgenerated Fri Mar 18 11:07:01 CST 2016
  140. */
  141. public String getTaskid() {
  142. return taskid;
  143. }
  144. /**
  145. * This method was generated by Apache iBATIS ibator.
  146. * This method sets the value of the database column xx_gttsjl.taskid
  147. *
  148. * @param taskid the value for xx_gttsjl.taskid
  149. *
  150. * @ibatorgenerated Fri Mar 18 11:07:01 CST 2016
  151. */
  152. public void setTaskid(String taskid) {
  153. this.taskid = taskid == null ? null : taskid.trim();
  154. }
  155. /**
  156. * This method was generated by Apache iBATIS ibator.
  157. * This method returns the value of the database column xx_gttsjl.tsfs
  158. *
  159. * @return the value of xx_gttsjl.tsfs
  160. *
  161. * @ibatorgenerated Fri Mar 18 11:07:01 CST 2016
  162. */
  163. public Integer getTsfs() {
  164. return tsfs;
  165. }
  166. /**
  167. * This method was generated by Apache iBATIS ibator.
  168. * This method sets the value of the database column xx_gttsjl.tsfs
  169. *
  170. * @param tsfs the value for xx_gttsjl.tsfs
  171. *
  172. * @ibatorgenerated Fri Mar 18 11:07:01 CST 2016
  173. */
  174. public void setTsfs(Integer tsfs) {
  175. this.tsfs = tsfs;
  176. }
  177. /**
  178. * This method was generated by Apache iBATIS ibator.
  179. * This method returns the value of the database column xx_gttsjl.fsxxmc
  180. *
  181. * @return the value of xx_gttsjl.fsxxmc
  182. *
  183. * @ibatorgenerated Fri Mar 18 11:07:01 CST 2016
  184. */
  185. public String getFsxxmc() {
  186. return fsxxmc;
  187. }
  188. /**
  189. * This method was generated by Apache iBATIS ibator.
  190. * This method sets the value of the database column xx_gttsjl.fsxxmc
  191. *
  192. * @param fsxxmc the value for xx_gttsjl.fsxxmc
  193. *
  194. * @ibatorgenerated Fri Mar 18 11:07:01 CST 2016
  195. */
  196. public void setFsxxmc(String fsxxmc) {
  197. this.fsxxmc = fsxxmc == null ? null : fsxxmc.trim();
  198. }
  199. /**
  200. * This method was generated by Apache iBATIS ibator.
  201. * This method returns the value of the database column xx_gttsjl.zxyhtotal
  202. *
  203. * @return the value of xx_gttsjl.zxyhtotal
  204. *
  205. * @ibatorgenerated Fri Mar 18 11:07:01 CST 2016
  206. */
  207. public Integer getZxyhtotal() {
  208. return zxyhtotal;
  209. }
  210. /**
  211. * This method was generated by Apache iBATIS ibator.
  212. * This method sets the value of the database column xx_gttsjl.zxyhtotal
  213. *
  214. * @param zxyhtotal the value for xx_gttsjl.zxyhtotal
  215. *
  216. * @ibatorgenerated Fri Mar 18 11:07:01 CST 2016
  217. */
  218. public void setZxyhtotal(Integer zxyhtotal) {
  219. this.zxyhtotal = zxyhtotal;
  220. }
  221. /**
  222. * This method was generated by Apache iBATIS ibator.
  223. * This method returns the value of the database column xx_gttsjl.lxyhtotal
  224. *
  225. * @return the value of xx_gttsjl.lxyhtotal
  226. *
  227. * @ibatorgenerated Fri Mar 18 11:07:01 CST 2016
  228. */
  229. public Integer getLxyhtotal() {
  230. return lxyhtotal;
  231. }
  232. /**
  233. * This method was generated by Apache iBATIS ibator.
  234. * This method sets the value of the database column xx_gttsjl.lxyhtotal
  235. *
  236. * @param lxyhtotal the value for xx_gttsjl.lxyhtotal
  237. *
  238. * @ibatorgenerated Fri Mar 18 11:07:01 CST 2016
  239. */
  240. public void setLxyhtotal(Integer lxyhtotal) {
  241. this.lxyhtotal = lxyhtotal;
  242. }
  243. /**
  244. * This method was generated by Apache iBATIS ibator.
  245. * This method returns the value of the database column xx_gttsjl.msgtotal
  246. *
  247. * @return the value of xx_gttsjl.msgtotal
  248. *
  249. * @ibatorgenerated Fri Mar 18 11:07:01 CST 2016
  250. */
  251. public Integer getMsgtotal() {
  252. return msgtotal;
  253. }
  254. /**
  255. * This method was generated by Apache iBATIS ibator.
  256. * This method sets the value of the database column xx_gttsjl.msgtotal
  257. *
  258. * @param msgtotal the value for xx_gttsjl.msgtotal
  259. *
  260. * @ibatorgenerated Fri Mar 18 11:07:01 CST 2016
  261. */
  262. public void setMsgtotal(Integer msgtotal) {
  263. this.msgtotal = msgtotal;
  264. }
  265. /**
  266. * This method was generated by Apache iBATIS ibator.
  267. * This method returns the value of the database column xx_gttsjl.msgprocess
  268. *
  269. * @return the value of xx_gttsjl.msgprocess
  270. *
  271. * @ibatorgenerated Fri Mar 18 11:07:01 CST 2016
  272. */
  273. public Integer getMsgprocess() {
  274. return msgprocess;
  275. }
  276. /**
  277. * This method was generated by Apache iBATIS ibator.
  278. * This method sets the value of the database column xx_gttsjl.msgprocess
  279. *
  280. * @param msgprocess the value for xx_gttsjl.msgprocess
  281. *
  282. * @ibatorgenerated Fri Mar 18 11:07:01 CST 2016
  283. */
  284. public void setMsgprocess(Integer msgprocess) {
  285. this.msgprocess = msgprocess;
  286. }
  287. /**
  288. * This method was generated by Apache iBATIS ibator.
  289. * This method returns the value of the database column xx_gttsjl.clicknum
  290. *
  291. * @return the value of xx_gttsjl.clicknum
  292. *
  293. * @ibatorgenerated Fri Mar 18 11:07:01 CST 2016
  294. */
  295. public Integer getClicknum() {
  296. return clicknum;
  297. }
  298. /**
  299. * This method was generated by Apache iBATIS ibator.
  300. * This method sets the value of the database column xx_gttsjl.clicknum
  301. *
  302. * @param clicknum the value for xx_gttsjl.clicknum
  303. *
  304. * @ibatorgenerated Fri Mar 18 11:07:01 CST 2016
  305. */
  306. public void setClicknum(Integer clicknum) {
  307. this.clicknum = clicknum;
  308. }
  309. /**
  310. * This method was generated by Apache iBATIS ibator.
  311. * This method returns the value of the database column xx_gttsjl.content
  312. *
  313. * @return the value of xx_gttsjl.content
  314. *
  315. * @ibatorgenerated Fri Mar 18 11:07:01 CST 2016
  316. */
  317. public String getContent() {
  318. return content;
  319. }
  320. /**
  321. * This method was generated by Apache iBATIS ibator.
  322. * This method sets the value of the database column xx_gttsjl.content
  323. *
  324. * @param content the value for xx_gttsjl.content
  325. *
  326. * @ibatorgenerated Fri Mar 18 11:07:01 CST 2016
  327. */
  328. public void setContent(String content) {
  329. this.content = content == null ? null : content.trim();
  330. }
  331. /**
  332. * This method was generated by Apache iBATIS ibator.
  333. * This method returns the value of the database column xx_gttsjl.fssj
  334. *
  335. * @return the value of xx_gttsjl.fssj
  336. *
  337. * @ibatorgenerated Fri Mar 18 11:07:01 CST 2016
  338. */
  339. public Date getFssj() {
  340. return fssj;
  341. }
  342. /**
  343. * This method was generated by Apache iBATIS ibator.
  344. * This method sets the value of the database column xx_gttsjl.fssj
  345. *
  346. * @param fssj the value for xx_gttsjl.fssj
  347. *
  348. * @ibatorgenerated Fri Mar 18 11:07:01 CST 2016
  349. */
  350. public void setFssj(Date fssj) {
  351. this.fssj = fssj;
  352. }
  353. }