XtTlgpz.java 9.9 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271272273274275276277278279280281282283284285286287288289290291292293294295296297298299300301302303304305306307308309310311312313314315316317318319320321322323324325326327328329330331332333334335336337338339340341342343344345346347348349350351352353354355356357
  1. package com.huimv.xt.dataobject;
  2. import java.util.Date;
  3. public class XtTlgpz extends BaseDO {
  4. /**
  5. * This field was generated by Apache iBATIS ibator.
  6. * This field corresponds to the database column xt_tlg_pz.ID
  7. *
  8. * @ibatorgenerated Wed Nov 20 15:55:49 CST 2019
  9. */
  10. private Integer id;
  11. /**
  12. * This field was generated by Apache iBATIS ibator.
  13. * This field corresponds to the database column xt_tlg_pz.JQID
  14. *
  15. * @ibatorgenerated Wed Nov 20 15:55:49 CST 2019
  16. */
  17. private String jqid;
  18. /**
  19. * This field was generated by Apache iBATIS ibator.
  20. * This field corresponds to the database column xt_tlg_pz.TIME1
  21. *
  22. * @ibatorgenerated Wed Nov 20 15:55:49 CST 2019
  23. */
  24. private String time1;
  25. /**
  26. * This field was generated by Apache iBATIS ibator.
  27. * This field corresponds to the database column xt_tlg_pz.TIME2
  28. *
  29. * @ibatorgenerated Wed Nov 20 15:55:49 CST 2019
  30. */
  31. private String time2;
  32. /**
  33. * This field was generated by Apache iBATIS ibator.
  34. * This field corresponds to the database column xt_tlg_pz.TIME3
  35. *
  36. * @ibatorgenerated Wed Nov 20 15:55:49 CST 2019
  37. */
  38. private String time3;
  39. /**
  40. * This field was generated by Apache iBATIS ibator.
  41. * This field corresponds to the database column xt_tlg_pz.TIME4
  42. *
  43. * @ibatorgenerated Wed Nov 20 15:55:49 CST 2019
  44. */
  45. private String time4;
  46. /**
  47. * This field was generated by Apache iBATIS ibator.
  48. * This field corresponds to the database column xt_tlg_pz.TIME5
  49. *
  50. * @ibatorgenerated Wed Nov 20 15:55:49 CST 2019
  51. */
  52. private String time5;
  53. /**
  54. * This field was generated by Apache iBATIS ibator.
  55. * This field corresponds to the database column xt_tlg_pz.LASTTIME
  56. *
  57. * @ibatorgenerated Wed Nov 20 15:55:49 CST 2019
  58. */
  59. private String lasttime;
  60. /**
  61. * This field was generated by Apache iBATIS ibator.
  62. * This field corresponds to the database column xt_tlg_pz.TIMEOUT
  63. *
  64. * @ibatorgenerated Wed Nov 20 15:55:49 CST 2019
  65. */
  66. private String timeout;
  67. /**
  68. * This field was generated by Apache iBATIS ibator.
  69. * This field corresponds to the database column xt_tlg_pz.SCSJ
  70. *
  71. * @ibatorgenerated Wed Nov 20 15:55:49 CST 2019
  72. */
  73. private Date scsj;
  74. /**
  75. * This field was generated by Apache iBATIS ibator.
  76. * This field corresponds to the database column xt_tlg_pz.LX
  77. *
  78. * @ibatorgenerated Wed Nov 20 15:55:49 CST 2019
  79. */
  80. private String lx;
  81. /**
  82. * This method was generated by Apache iBATIS ibator.
  83. * This method returns the value of the database column xt_tlg_pz.ID
  84. *
  85. * @return the value of xt_tlg_pz.ID
  86. *
  87. * @ibatorgenerated Wed Nov 20 15:55:49 CST 2019
  88. */
  89. public Integer getId() {
  90. return id;
  91. }
  92. /**
  93. * This method was generated by Apache iBATIS ibator.
  94. * This method sets the value of the database column xt_tlg_pz.ID
  95. *
  96. * @param id the value for xt_tlg_pz.ID
  97. *
  98. * @ibatorgenerated Wed Nov 20 15:55:49 CST 2019
  99. */
  100. public void setId(Integer id) {
  101. this.id = id;
  102. }
  103. /**
  104. * This method was generated by Apache iBATIS ibator.
  105. * This method returns the value of the database column xt_tlg_pz.JQID
  106. *
  107. * @return the value of xt_tlg_pz.JQID
  108. *
  109. * @ibatorgenerated Wed Nov 20 15:55:49 CST 2019
  110. */
  111. public String getJqid() {
  112. return jqid;
  113. }
  114. /**
  115. * This method was generated by Apache iBATIS ibator.
  116. * This method sets the value of the database column xt_tlg_pz.JQID
  117. *
  118. * @param jqid the value for xt_tlg_pz.JQID
  119. *
  120. * @ibatorgenerated Wed Nov 20 15:55:49 CST 2019
  121. */
  122. public void setJqid(String jqid) {
  123. this.jqid = jqid == null ? null : jqid.trim();
  124. }
  125. /**
  126. * This method was generated by Apache iBATIS ibator.
  127. * This method returns the value of the database column xt_tlg_pz.TIME1
  128. *
  129. * @return the value of xt_tlg_pz.TIME1
  130. *
  131. * @ibatorgenerated Wed Nov 20 15:55:49 CST 2019
  132. */
  133. public String getTime1() {
  134. return time1;
  135. }
  136. /**
  137. * This method was generated by Apache iBATIS ibator.
  138. * This method sets the value of the database column xt_tlg_pz.TIME1
  139. *
  140. * @param time1 the value for xt_tlg_pz.TIME1
  141. *
  142. * @ibatorgenerated Wed Nov 20 15:55:49 CST 2019
  143. */
  144. public void setTime1(String time1) {
  145. this.time1 = time1 == null ? null : time1.trim();
  146. }
  147. /**
  148. * This method was generated by Apache iBATIS ibator.
  149. * This method returns the value of the database column xt_tlg_pz.TIME2
  150. *
  151. * @return the value of xt_tlg_pz.TIME2
  152. *
  153. * @ibatorgenerated Wed Nov 20 15:55:49 CST 2019
  154. */
  155. public String getTime2() {
  156. return time2;
  157. }
  158. /**
  159. * This method was generated by Apache iBATIS ibator.
  160. * This method sets the value of the database column xt_tlg_pz.TIME2
  161. *
  162. * @param time2 the value for xt_tlg_pz.TIME2
  163. *
  164. * @ibatorgenerated Wed Nov 20 15:55:49 CST 2019
  165. */
  166. public void setTime2(String time2) {
  167. this.time2 = time2 == null ? null : time2.trim();
  168. }
  169. /**
  170. * This method was generated by Apache iBATIS ibator.
  171. * This method returns the value of the database column xt_tlg_pz.TIME3
  172. *
  173. * @return the value of xt_tlg_pz.TIME3
  174. *
  175. * @ibatorgenerated Wed Nov 20 15:55:49 CST 2019
  176. */
  177. public String getTime3() {
  178. return time3;
  179. }
  180. /**
  181. * This method was generated by Apache iBATIS ibator.
  182. * This method sets the value of the database column xt_tlg_pz.TIME3
  183. *
  184. * @param time3 the value for xt_tlg_pz.TIME3
  185. *
  186. * @ibatorgenerated Wed Nov 20 15:55:49 CST 2019
  187. */
  188. public void setTime3(String time3) {
  189. this.time3 = time3 == null ? null : time3.trim();
  190. }
  191. /**
  192. * This method was generated by Apache iBATIS ibator.
  193. * This method returns the value of the database column xt_tlg_pz.TIME4
  194. *
  195. * @return the value of xt_tlg_pz.TIME4
  196. *
  197. * @ibatorgenerated Wed Nov 20 15:55:49 CST 2019
  198. */
  199. public String getTime4() {
  200. return time4;
  201. }
  202. /**
  203. * This method was generated by Apache iBATIS ibator.
  204. * This method sets the value of the database column xt_tlg_pz.TIME4
  205. *
  206. * @param time4 the value for xt_tlg_pz.TIME4
  207. *
  208. * @ibatorgenerated Wed Nov 20 15:55:49 CST 2019
  209. */
  210. public void setTime4(String time4) {
  211. this.time4 = time4 == null ? null : time4.trim();
  212. }
  213. /**
  214. * This method was generated by Apache iBATIS ibator.
  215. * This method returns the value of the database column xt_tlg_pz.TIME5
  216. *
  217. * @return the value of xt_tlg_pz.TIME5
  218. *
  219. * @ibatorgenerated Wed Nov 20 15:55:49 CST 2019
  220. */
  221. public String getTime5() {
  222. return time5;
  223. }
  224. /**
  225. * This method was generated by Apache iBATIS ibator.
  226. * This method sets the value of the database column xt_tlg_pz.TIME5
  227. *
  228. * @param time5 the value for xt_tlg_pz.TIME5
  229. *
  230. * @ibatorgenerated Wed Nov 20 15:55:49 CST 2019
  231. */
  232. public void setTime5(String time5) {
  233. this.time5 = time5 == null ? null : time5.trim();
  234. }
  235. /**
  236. * This method was generated by Apache iBATIS ibator.
  237. * This method returns the value of the database column xt_tlg_pz.LASTTIME
  238. *
  239. * @return the value of xt_tlg_pz.LASTTIME
  240. *
  241. * @ibatorgenerated Wed Nov 20 15:55:49 CST 2019
  242. */
  243. public String getLasttime() {
  244. return lasttime;
  245. }
  246. /**
  247. * This method was generated by Apache iBATIS ibator.
  248. * This method sets the value of the database column xt_tlg_pz.LASTTIME
  249. *
  250. * @param lasttime the value for xt_tlg_pz.LASTTIME
  251. *
  252. * @ibatorgenerated Wed Nov 20 15:55:49 CST 2019
  253. */
  254. public void setLasttime(String lasttime) {
  255. this.lasttime = lasttime == null ? null : lasttime.trim();
  256. }
  257. /**
  258. * This method was generated by Apache iBATIS ibator.
  259. * This method returns the value of the database column xt_tlg_pz.TIMEOUT
  260. *
  261. * @return the value of xt_tlg_pz.TIMEOUT
  262. *
  263. * @ibatorgenerated Wed Nov 20 15:55:49 CST 2019
  264. */
  265. public String getTimeout() {
  266. return timeout;
  267. }
  268. /**
  269. * This method was generated by Apache iBATIS ibator.
  270. * This method sets the value of the database column xt_tlg_pz.TIMEOUT
  271. *
  272. * @param timeout the value for xt_tlg_pz.TIMEOUT
  273. *
  274. * @ibatorgenerated Wed Nov 20 15:55:49 CST 2019
  275. */
  276. public void setTimeout(String timeout) {
  277. this.timeout = timeout == null ? null : timeout.trim();
  278. }
  279. /**
  280. * This method was generated by Apache iBATIS ibator.
  281. * This method returns the value of the database column xt_tlg_pz.SCSJ
  282. *
  283. * @return the value of xt_tlg_pz.SCSJ
  284. *
  285. * @ibatorgenerated Wed Nov 20 15:55:49 CST 2019
  286. */
  287. public Date getScsj() {
  288. return scsj;
  289. }
  290. /**
  291. * This method was generated by Apache iBATIS ibator.
  292. * This method sets the value of the database column xt_tlg_pz.SCSJ
  293. *
  294. * @param scsj the value for xt_tlg_pz.SCSJ
  295. *
  296. * @ibatorgenerated Wed Nov 20 15:55:49 CST 2019
  297. */
  298. public void setScsj(Date scsj) {
  299. this.scsj = scsj;
  300. }
  301. /**
  302. * This method was generated by Apache iBATIS ibator.
  303. * This method returns the value of the database column xt_tlg_pz.LX
  304. *
  305. * @return the value of xt_tlg_pz.LX
  306. *
  307. * @ibatorgenerated Wed Nov 20 15:55:49 CST 2019
  308. */
  309. public String getLx() {
  310. return lx;
  311. }
  312. /**
  313. * This method was generated by Apache iBATIS ibator.
  314. * This method sets the value of the database column xt_tlg_pz.LX
  315. *
  316. * @param lx the value for xt_tlg_pz.LX
  317. *
  318. * @ibatorgenerated Wed Nov 20 15:55:49 CST 2019
  319. */
  320. public void setLx(String lx) {
  321. this.lx = lx == null ? null : lx.trim();
  322. }
  323. }