XtXtcs.java 7.9 KB

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