XtGydm.java 7.2 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271272273274275276277278279280281282283
  1. package com.huimv.xt.dataobject;
  2. import java.util.Date;
  3. public class XtGydm extends XtGydmKey {
  4. /**
  5. * This field was generated by Apache iBATIS ibator.
  6. * This field corresponds to the database column xt_gydm.DMMC
  7. *
  8. * @ibatorgenerated Fri May 30 10:23:18 CST 2014
  9. */
  10. private String dmmc;
  11. /**
  12. * This field was generated by Apache iBATIS ibator.
  13. * This field corresponds to the database column xt_gydm.JC
  14. *
  15. * @ibatorgenerated Fri May 30 10:23:18 CST 2014
  16. */
  17. private Integer jc;
  18. /**
  19. * This field was generated by Apache iBATIS ibator.
  20. * This field corresponds to the database column xt_gydm.SXH
  21. *
  22. * @ibatorgenerated Fri May 30 10:23:18 CST 2014
  23. */
  24. private Integer sxh;
  25. /**
  26. * This field was generated by Apache iBATIS ibator.
  27. * This field corresponds to the database column xt_gydm.PYM
  28. *
  29. * @ibatorgenerated Fri May 30 10:23:18 CST 2014
  30. */
  31. private String pym;
  32. /**
  33. * This field was generated by Apache iBATIS ibator.
  34. * This field corresponds to the database column xt_gydm.WBM
  35. *
  36. * @ibatorgenerated Fri May 30 10:23:18 CST 2014
  37. */
  38. private String wbm;
  39. /**
  40. * This field was generated by Apache iBATIS ibator.
  41. * This field corresponds to the database column xt_gydm.XGR
  42. *
  43. * @ibatorgenerated Fri May 30 10:23:18 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_gydm.XGSJ
  49. *
  50. * @ibatorgenerated Fri May 30 10:23:18 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_gydm.ZFBZ
  56. *
  57. * @ibatorgenerated Fri May 30 10:23:18 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_gydm.DMMC
  63. *
  64. * @return the value of xt_gydm.DMMC
  65. *
  66. * @ibatorgenerated Fri May 30 10:23:18 CST 2014
  67. */
  68. public String getDmmc() {
  69. return dmmc;
  70. }
  71. /**
  72. * This method was generated by Apache iBATIS ibator.
  73. * This method sets the value of the database column xt_gydm.DMMC
  74. *
  75. * @param dmmc the value for xt_gydm.DMMC
  76. *
  77. * @ibatorgenerated Fri May 30 10:23:18 CST 2014
  78. */
  79. public void setDmmc(String dmmc) {
  80. this.dmmc = dmmc == null ? null : dmmc.trim();
  81. }
  82. /**
  83. * This method was generated by Apache iBATIS ibator.
  84. * This method returns the value of the database column xt_gydm.JC
  85. *
  86. * @return the value of xt_gydm.JC
  87. *
  88. * @ibatorgenerated Fri May 30 10:23:18 CST 2014
  89. */
  90. public Integer getJc() {
  91. return jc;
  92. }
  93. /**
  94. * This method was generated by Apache iBATIS ibator.
  95. * This method sets the value of the database column xt_gydm.JC
  96. *
  97. * @param jc the value for xt_gydm.JC
  98. *
  99. * @ibatorgenerated Fri May 30 10:23:18 CST 2014
  100. */
  101. public void setJc(Integer jc) {
  102. this.jc = jc;
  103. }
  104. /**
  105. * This method was generated by Apache iBATIS ibator.
  106. * This method returns the value of the database column xt_gydm.SXH
  107. *
  108. * @return the value of xt_gydm.SXH
  109. *
  110. * @ibatorgenerated Fri May 30 10:23:18 CST 2014
  111. */
  112. public Integer getSxh() {
  113. return sxh;
  114. }
  115. /**
  116. * This method was generated by Apache iBATIS ibator.
  117. * This method sets the value of the database column xt_gydm.SXH
  118. *
  119. * @param sxh the value for xt_gydm.SXH
  120. *
  121. * @ibatorgenerated Fri May 30 10:23:18 CST 2014
  122. */
  123. public void setSxh(Integer sxh) {
  124. this.sxh = sxh;
  125. }
  126. /**
  127. * This method was generated by Apache iBATIS ibator.
  128. * This method returns the value of the database column xt_gydm.PYM
  129. *
  130. * @return the value of xt_gydm.PYM
  131. *
  132. * @ibatorgenerated Fri May 30 10:23:18 CST 2014
  133. */
  134. public String getPym() {
  135. return pym;
  136. }
  137. /**
  138. * This method was generated by Apache iBATIS ibator.
  139. * This method sets the value of the database column xt_gydm.PYM
  140. *
  141. * @param pym the value for xt_gydm.PYM
  142. *
  143. * @ibatorgenerated Fri May 30 10:23:18 CST 2014
  144. */
  145. public void setPym(String pym) {
  146. this.pym = pym == null ? null : pym.trim();
  147. }
  148. /**
  149. * This method was generated by Apache iBATIS ibator.
  150. * This method returns the value of the database column xt_gydm.WBM
  151. *
  152. * @return the value of xt_gydm.WBM
  153. *
  154. * @ibatorgenerated Fri May 30 10:23:18 CST 2014
  155. */
  156. public String getWbm() {
  157. return wbm;
  158. }
  159. /**
  160. * This method was generated by Apache iBATIS ibator.
  161. * This method sets the value of the database column xt_gydm.WBM
  162. *
  163. * @param wbm the value for xt_gydm.WBM
  164. *
  165. * @ibatorgenerated Fri May 30 10:23:18 CST 2014
  166. */
  167. public void setWbm(String wbm) {
  168. this.wbm = wbm == null ? null : wbm.trim();
  169. }
  170. /**
  171. * This method was generated by Apache iBATIS ibator.
  172. * This method returns the value of the database column xt_gydm.XGR
  173. *
  174. * @return the value of xt_gydm.XGR
  175. *
  176. * @ibatorgenerated Fri May 30 10:23:18 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_gydm.XGR
  184. *
  185. * @param xgr the value for xt_gydm.XGR
  186. *
  187. * @ibatorgenerated Fri May 30 10:23:18 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_gydm.XGSJ
  195. *
  196. * @return the value of xt_gydm.XGSJ
  197. *
  198. * @ibatorgenerated Fri May 30 10:23:18 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_gydm.XGSJ
  206. *
  207. * @param xgsj the value for xt_gydm.XGSJ
  208. *
  209. * @ibatorgenerated Fri May 30 10:23:18 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_gydm.ZFBZ
  217. *
  218. * @return the value of xt_gydm.ZFBZ
  219. *
  220. * @ibatorgenerated Fri May 30 10:23:18 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_gydm.ZFBZ
  228. *
  229. * @param zfbz the value for xt_gydm.ZFBZ
  230. *
  231. * @ibatorgenerated Fri May 30 10:23:18 CST 2014
  232. */
  233. public void setZfbz(Integer zfbz) {
  234. this.zfbz = zfbz;
  235. }
  236. private String lbmc;
  237. private String xgrxm;
  238. public String getLbmc() {
  239. return lbmc;
  240. }
  241. public void setLbmc(String lbmc) {
  242. this.lbmc = lbmc;
  243. }
  244. public String getXgrxm() {
  245. return xgrxm;
  246. }
  247. public void setXgrxm(String xgrxm) {
  248. this.xgrxm = xgrxm;
  249. }
  250. }