XtCzrz.java 9.1 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271272273274275276277278279280281282283284285286287288289290291292293294295296297298299300301302303304305306307308309310311312313314315316317318319320321322323324325326327328329330331332333334335336337338339340341342343344345
  1. package com.huimv.xt.dataobject;
  2. import java.util.Date;
  3. public class XtCzrz extends BaseDO {
  4. /**
  5. * This field was generated by Apache iBATIS ibator.
  6. * This field corresponds to the database column xt_czrz.id
  7. *
  8. * @ibatorgenerated Tue Nov 25 15:44:50 CST 2014
  9. */
  10. private Integer id;
  11. /**
  12. * This field was generated by Apache iBATIS ibator.
  13. * This field corresponds to the database column xt_czrz.lqid
  14. *
  15. * @ibatorgenerated Tue Nov 25 15:44:50 CST 2014
  16. */
  17. private Integer lqid;
  18. /**
  19. * This field was generated by Apache iBATIS ibator.
  20. * This field corresponds to the database column xt_czrz.jqid
  21. *
  22. * @ibatorgenerated Tue Nov 25 15:44:50 CST 2014
  23. */
  24. private String jqid;
  25. /**
  26. * This field was generated by Apache iBATIS ibator.
  27. * This field corresponds to the database column xt_czrz.bgzd
  28. *
  29. * @ibatorgenerated Tue Nov 25 15:44:50 CST 2014
  30. */
  31. private String bgzd;
  32. /**
  33. * This field was generated by Apache iBATIS ibator.
  34. * This field corresponds to the database column xt_czrz.oldvalue
  35. *
  36. * @ibatorgenerated Tue Nov 25 15:44:50 CST 2014
  37. */
  38. private String oldvalue;
  39. /**
  40. * This field was generated by Apache iBATIS ibator.
  41. * This field corresponds to the database column xt_czrz.newvalue
  42. *
  43. * @ibatorgenerated Tue Nov 25 15:44:50 CST 2014
  44. */
  45. private String newvalue;
  46. /**
  47. * This field was generated by Apache iBATIS ibator.
  48. * This field corresponds to the database column xt_czrz.zdly
  49. *
  50. * @ibatorgenerated Tue Nov 25 15:44:50 CST 2014
  51. */
  52. private String zdly;
  53. /**
  54. * This field was generated by Apache iBATIS ibator.
  55. * This field corresponds to the database column xt_czrz.xgr
  56. *
  57. * @ibatorgenerated Tue Nov 25 15:44:50 CST 2014
  58. */
  59. private String xgr;
  60. /**
  61. * This field was generated by Apache iBATIS ibator.
  62. * This field corresponds to the database column xt_czrz.xgsj
  63. *
  64. * @ibatorgenerated Tue Nov 25 15:44:50 CST 2014
  65. */
  66. private Date xgsj;
  67. /**
  68. * This field was generated by Apache iBATIS ibator.
  69. * This field corresponds to the database column xt_czrz.bz
  70. *
  71. * @ibatorgenerated Tue Nov 25 15:44:50 CST 2014
  72. */
  73. private String bz;
  74. /**
  75. * This method was generated by Apache iBATIS ibator.
  76. * This method returns the value of the database column xt_czrz.id
  77. *
  78. * @return the value of xt_czrz.id
  79. *
  80. * @ibatorgenerated Tue Nov 25 15:44:50 CST 2014
  81. */
  82. public Integer getId() {
  83. return id;
  84. }
  85. /**
  86. * This method was generated by Apache iBATIS ibator.
  87. * This method sets the value of the database column xt_czrz.id
  88. *
  89. * @param id the value for xt_czrz.id
  90. *
  91. * @ibatorgenerated Tue Nov 25 15:44:50 CST 2014
  92. */
  93. public void setId(Integer id) {
  94. this.id = id;
  95. }
  96. /**
  97. * This method was generated by Apache iBATIS ibator.
  98. * This method returns the value of the database column xt_czrz.lqid
  99. *
  100. * @return the value of xt_czrz.lqid
  101. *
  102. * @ibatorgenerated Tue Nov 25 15:44:50 CST 2014
  103. */
  104. public Integer getLqid() {
  105. return lqid;
  106. }
  107. /**
  108. * This method was generated by Apache iBATIS ibator.
  109. * This method sets the value of the database column xt_czrz.lqid
  110. *
  111. * @param lqid the value for xt_czrz.lqid
  112. *
  113. * @ibatorgenerated Tue Nov 25 15:44:50 CST 2014
  114. */
  115. public void setLqid(Integer lqid) {
  116. this.lqid = lqid;
  117. }
  118. /**
  119. * This method was generated by Apache iBATIS ibator.
  120. * This method returns the value of the database column xt_czrz.jqid
  121. *
  122. * @return the value of xt_czrz.jqid
  123. *
  124. * @ibatorgenerated Tue Nov 25 15:44:50 CST 2014
  125. */
  126. public String getJqid() {
  127. return jqid;
  128. }
  129. /**
  130. * This method was generated by Apache iBATIS ibator.
  131. * This method sets the value of the database column xt_czrz.jqid
  132. *
  133. * @param jqid the value for xt_czrz.jqid
  134. *
  135. * @ibatorgenerated Tue Nov 25 15:44:50 CST 2014
  136. */
  137. public void setJqid(String jqid) {
  138. this.jqid = jqid == null ? null : jqid.trim();
  139. }
  140. /**
  141. * This method was generated by Apache iBATIS ibator.
  142. * This method returns the value of the database column xt_czrz.bgzd
  143. *
  144. * @return the value of xt_czrz.bgzd
  145. *
  146. * @ibatorgenerated Tue Nov 25 15:44:50 CST 2014
  147. */
  148. public String getBgzd() {
  149. return bgzd;
  150. }
  151. /**
  152. * This method was generated by Apache iBATIS ibator.
  153. * This method sets the value of the database column xt_czrz.bgzd
  154. *
  155. * @param bgzd the value for xt_czrz.bgzd
  156. *
  157. * @ibatorgenerated Tue Nov 25 15:44:50 CST 2014
  158. */
  159. public void setBgzd(String bgzd) {
  160. this.bgzd = bgzd == null ? null : bgzd.trim();
  161. }
  162. /**
  163. * This method was generated by Apache iBATIS ibator.
  164. * This method returns the value of the database column xt_czrz.oldvalue
  165. *
  166. * @return the value of xt_czrz.oldvalue
  167. *
  168. * @ibatorgenerated Tue Nov 25 15:44:50 CST 2014
  169. */
  170. public String getOldvalue() {
  171. return oldvalue;
  172. }
  173. /**
  174. * This method was generated by Apache iBATIS ibator.
  175. * This method sets the value of the database column xt_czrz.oldvalue
  176. *
  177. * @param oldvalue the value for xt_czrz.oldvalue
  178. *
  179. * @ibatorgenerated Tue Nov 25 15:44:50 CST 2014
  180. */
  181. public void setOldvalue(String oldvalue) {
  182. this.oldvalue = oldvalue == null ? null : oldvalue.trim();
  183. }
  184. /**
  185. * This method was generated by Apache iBATIS ibator.
  186. * This method returns the value of the database column xt_czrz.newvalue
  187. *
  188. * @return the value of xt_czrz.newvalue
  189. *
  190. * @ibatorgenerated Tue Nov 25 15:44:50 CST 2014
  191. */
  192. public String getNewvalue() {
  193. return newvalue;
  194. }
  195. /**
  196. * This method was generated by Apache iBATIS ibator.
  197. * This method sets the value of the database column xt_czrz.newvalue
  198. *
  199. * @param newvalue the value for xt_czrz.newvalue
  200. *
  201. * @ibatorgenerated Tue Nov 25 15:44:50 CST 2014
  202. */
  203. public void setNewvalue(String newvalue) {
  204. this.newvalue = newvalue == null ? null : newvalue.trim();
  205. }
  206. /**
  207. * This method was generated by Apache iBATIS ibator.
  208. * This method returns the value of the database column xt_czrz.zdly
  209. *
  210. * @return the value of xt_czrz.zdly
  211. *
  212. * @ibatorgenerated Tue Nov 25 15:44:50 CST 2014
  213. */
  214. public String getZdly() {
  215. return zdly;
  216. }
  217. /**
  218. * This method was generated by Apache iBATIS ibator.
  219. * This method sets the value of the database column xt_czrz.zdly
  220. *
  221. * @param zdly the value for xt_czrz.zdly
  222. *
  223. * @ibatorgenerated Tue Nov 25 15:44:50 CST 2014
  224. */
  225. public void setZdly(String zdly) {
  226. this.zdly = zdly == null ? null : zdly.trim();
  227. }
  228. /**
  229. * This method was generated by Apache iBATIS ibator.
  230. * This method returns the value of the database column xt_czrz.xgr
  231. *
  232. * @return the value of xt_czrz.xgr
  233. *
  234. * @ibatorgenerated Tue Nov 25 15:44:50 CST 2014
  235. */
  236. public String getXgr() {
  237. return xgr;
  238. }
  239. /**
  240. * This method was generated by Apache iBATIS ibator.
  241. * This method sets the value of the database column xt_czrz.xgr
  242. *
  243. * @param xgr the value for xt_czrz.xgr
  244. *
  245. * @ibatorgenerated Tue Nov 25 15:44:50 CST 2014
  246. */
  247. public void setXgr(String xgr) {
  248. this.xgr = xgr == null ? null : xgr.trim();
  249. }
  250. /**
  251. * This method was generated by Apache iBATIS ibator.
  252. * This method returns the value of the database column xt_czrz.xgsj
  253. *
  254. * @return the value of xt_czrz.xgsj
  255. *
  256. * @ibatorgenerated Tue Nov 25 15:44:50 CST 2014
  257. */
  258. public Date getXgsj() {
  259. return xgsj;
  260. }
  261. /**
  262. * This method was generated by Apache iBATIS ibator.
  263. * This method sets the value of the database column xt_czrz.xgsj
  264. *
  265. * @param xgsj the value for xt_czrz.xgsj
  266. *
  267. * @ibatorgenerated Tue Nov 25 15:44:50 CST 2014
  268. */
  269. public void setXgsj(Date xgsj) {
  270. this.xgsj = xgsj;
  271. }
  272. /**
  273. * This method was generated by Apache iBATIS ibator.
  274. * This method returns the value of the database column xt_czrz.bz
  275. *
  276. * @return the value of xt_czrz.bz
  277. *
  278. * @ibatorgenerated Tue Nov 25 15:44:50 CST 2014
  279. */
  280. public String getBz() {
  281. return bz;
  282. }
  283. /**
  284. * This method was generated by Apache iBATIS ibator.
  285. * This method sets the value of the database column xt_czrz.bz
  286. *
  287. * @param bz the value for xt_czrz.bz
  288. *
  289. * @ibatorgenerated Tue Nov 25 15:44:50 CST 2014
  290. */
  291. public void setBz(String bz) {
  292. this.bz = bz == null ? null : bz.trim();
  293. }
  294. private String lqmc;
  295. private String xgrxm;
  296. public String getLqmc() {
  297. return lqmc;
  298. }
  299. public void setLqmc(String lqmc) {
  300. this.lqmc = lqmc;
  301. }
  302. public String getXgrxm() {
  303. return xgrxm;
  304. }
  305. public void setXgrxm(String xgrxm) {
  306. this.xgrxm = xgrxm;
  307. }
  308. }