XtJsxx.java 6.9 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261
  1. package com.huimv.xt.dataobject;
  2. import java.util.Date;
  3. public class XtJsxx extends BaseDO {
  4. /**
  5. * This field was generated by Apache iBATIS ibator.
  6. * This field corresponds to the database column xt_jsxx.ID
  7. *
  8. * @ibatorgenerated Fri Jul 11 10:21:12 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_jsxx.QYID
  14. *
  15. * @ibatorgenerated Fri Jul 11 10:21:12 CST 2014
  16. */
  17. private Integer qyid;
  18. /**
  19. * This field was generated by Apache iBATIS ibator.
  20. * This field corresponds to the database column xt_jsxx.QYMC
  21. *
  22. * @ibatorgenerated Fri Jul 11 10:21:12 CST 2014
  23. */
  24. private String qymc;
  25. /**
  26. * This field was generated by Apache iBATIS ibator.
  27. * This field corresponds to the database column xt_jsxx.JSMC
  28. *
  29. * @ibatorgenerated Fri Jul 11 10:21:12 CST 2014
  30. */
  31. private String jsmc;
  32. /**
  33. * This field was generated by Apache iBATIS ibator.
  34. * This field corresponds to the database column xt_jsxx.JSMS
  35. *
  36. * @ibatorgenerated Fri Jul 11 10:21:12 CST 2014
  37. */
  38. private String jsms;
  39. /**
  40. * This field was generated by Apache iBATIS ibator.
  41. * This field corresponds to the database column xt_jsxx.XGR
  42. *
  43. * @ibatorgenerated Fri Jul 11 10:21:12 CST 2014
  44. */
  45. private String xgr;
  46. /**
  47. * This field was generated by Apache iBATIS ibator.
  48. * This field corresponds to the database column xt_jsxx.XGSJ
  49. *
  50. * @ibatorgenerated Fri Jul 11 10:21:12 CST 2014
  51. */
  52. private Date xgsj;
  53. /**
  54. * This field was generated by Apache iBATIS ibator.
  55. * This field corresponds to the database column xt_jsxx.ZFBZ
  56. *
  57. * @ibatorgenerated Fri Jul 11 10:21:12 CST 2014
  58. */
  59. private Integer zfbz;
  60. /**
  61. * This method was generated by Apache iBATIS ibator.
  62. * This method returns the value of the database column xt_jsxx.ID
  63. *
  64. * @return the value of xt_jsxx.ID
  65. *
  66. * @ibatorgenerated Fri Jul 11 10:21:12 CST 2014
  67. */
  68. public Integer getId() {
  69. return id;
  70. }
  71. /**
  72. * This method was generated by Apache iBATIS ibator.
  73. * This method sets the value of the database column xt_jsxx.ID
  74. *
  75. * @param id the value for xt_jsxx.ID
  76. *
  77. * @ibatorgenerated Fri Jul 11 10:21:12 CST 2014
  78. */
  79. public void setId(Integer id) {
  80. this.id = id;
  81. }
  82. /**
  83. * This method was generated by Apache iBATIS ibator.
  84. * This method returns the value of the database column xt_jsxx.QYID
  85. *
  86. * @return the value of xt_jsxx.QYID
  87. *
  88. * @ibatorgenerated Fri Jul 11 10:21:12 CST 2014
  89. */
  90. public Integer getQyid() {
  91. return qyid;
  92. }
  93. /**
  94. * This method was generated by Apache iBATIS ibator.
  95. * This method sets the value of the database column xt_jsxx.QYID
  96. *
  97. * @param qyid the value for xt_jsxx.QYID
  98. *
  99. * @ibatorgenerated Fri Jul 11 10:21:12 CST 2014
  100. */
  101. public void setQyid(Integer qyid) {
  102. this.qyid = qyid;
  103. }
  104. /**
  105. * This method was generated by Apache iBATIS ibator.
  106. * This method returns the value of the database column xt_jsxx.QYMC
  107. *
  108. * @return the value of xt_jsxx.QYMC
  109. *
  110. * @ibatorgenerated Fri Jul 11 10:21:12 CST 2014
  111. */
  112. public String getQymc() {
  113. return qymc;
  114. }
  115. /**
  116. * This method was generated by Apache iBATIS ibator.
  117. * This method sets the value of the database column xt_jsxx.QYMC
  118. *
  119. * @param qymc the value for xt_jsxx.QYMC
  120. *
  121. * @ibatorgenerated Fri Jul 11 10:21:12 CST 2014
  122. */
  123. public void setQymc(String qymc) {
  124. this.qymc = qymc == null ? null : qymc.trim();
  125. }
  126. /**
  127. * This method was generated by Apache iBATIS ibator.
  128. * This method returns the value of the database column xt_jsxx.JSMC
  129. *
  130. * @return the value of xt_jsxx.JSMC
  131. *
  132. * @ibatorgenerated Fri Jul 11 10:21:12 CST 2014
  133. */
  134. public String getJsmc() {
  135. return jsmc;
  136. }
  137. /**
  138. * This method was generated by Apache iBATIS ibator.
  139. * This method sets the value of the database column xt_jsxx.JSMC
  140. *
  141. * @param jsmc the value for xt_jsxx.JSMC
  142. *
  143. * @ibatorgenerated Fri Jul 11 10:21:12 CST 2014
  144. */
  145. public void setJsmc(String jsmc) {
  146. this.jsmc = jsmc == null ? null : jsmc.trim();
  147. }
  148. /**
  149. * This method was generated by Apache iBATIS ibator.
  150. * This method returns the value of the database column xt_jsxx.JSMS
  151. *
  152. * @return the value of xt_jsxx.JSMS
  153. *
  154. * @ibatorgenerated Fri Jul 11 10:21:12 CST 2014
  155. */
  156. public String getJsms() {
  157. return jsms;
  158. }
  159. /**
  160. * This method was generated by Apache iBATIS ibator.
  161. * This method sets the value of the database column xt_jsxx.JSMS
  162. *
  163. * @param jsms the value for xt_jsxx.JSMS
  164. *
  165. * @ibatorgenerated Fri Jul 11 10:21:12 CST 2014
  166. */
  167. public void setJsms(String jsms) {
  168. this.jsms = jsms == null ? null : jsms.trim();
  169. }
  170. /**
  171. * This method was generated by Apache iBATIS ibator.
  172. * This method returns the value of the database column xt_jsxx.XGR
  173. *
  174. * @return the value of xt_jsxx.XGR
  175. *
  176. * @ibatorgenerated Fri Jul 11 10:21:12 CST 2014
  177. */
  178. public String getXgr() {
  179. return xgr;
  180. }
  181. /**
  182. * This method was generated by Apache iBATIS ibator.
  183. * This method sets the value of the database column xt_jsxx.XGR
  184. *
  185. * @param xgr the value for xt_jsxx.XGR
  186. *
  187. * @ibatorgenerated Fri Jul 11 10:21:12 CST 2014
  188. */
  189. public void setXgr(String xgr) {
  190. this.xgr = xgr == null ? null : xgr.trim();
  191. }
  192. /**
  193. * This method was generated by Apache iBATIS ibator.
  194. * This method returns the value of the database column xt_jsxx.XGSJ
  195. *
  196. * @return the value of xt_jsxx.XGSJ
  197. *
  198. * @ibatorgenerated Fri Jul 11 10:21:12 CST 2014
  199. */
  200. public Date getXgsj() {
  201. return xgsj;
  202. }
  203. /**
  204. * This method was generated by Apache iBATIS ibator.
  205. * This method sets the value of the database column xt_jsxx.XGSJ
  206. *
  207. * @param xgsj the value for xt_jsxx.XGSJ
  208. *
  209. * @ibatorgenerated Fri Jul 11 10:21:12 CST 2014
  210. */
  211. public void setXgsj(Date xgsj) {
  212. this.xgsj = xgsj;
  213. }
  214. /**
  215. * This method was generated by Apache iBATIS ibator.
  216. * This method returns the value of the database column xt_jsxx.ZFBZ
  217. *
  218. * @return the value of xt_jsxx.ZFBZ
  219. *
  220. * @ibatorgenerated Fri Jul 11 10:21:12 CST 2014
  221. */
  222. public Integer getZfbz() {
  223. return zfbz;
  224. }
  225. /**
  226. * This method was generated by Apache iBATIS ibator.
  227. * This method sets the value of the database column xt_jsxx.ZFBZ
  228. *
  229. * @param zfbz the value for xt_jsxx.ZFBZ
  230. *
  231. * @ibatorgenerated Fri Jul 11 10:21:12 CST 2014
  232. */
  233. public void setZfbz(Integer zfbz) {
  234. this.zfbz = zfbz;
  235. }
  236. }