XtDmlb.java 6.3 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244
  1. package com.huimv.xt.dataobject;
  2. import java.util.Date;
  3. public class XtDmlb extends BaseDO {
  4. /**
  5. *
  6. */
  7. private static final long serialVersionUID = 1955033652769364546L;
  8. /**
  9. * This field was generated by Apache iBATIS ibator.
  10. * This field corresponds to the database column xt_dmlb.LBID
  11. *
  12. * @ibatorgenerated Fri May 30 10:23:18 CST 2014
  13. */
  14. private Integer lbid;
  15. /**
  16. * This field was generated by Apache iBATIS ibator.
  17. * This field corresponds to the database column xt_dmlb.LBMC
  18. *
  19. * @ibatorgenerated Fri May 30 10:23:18 CST 2014
  20. */
  21. private String lbmc;
  22. /**
  23. * This field was generated by Apache iBATIS ibator.
  24. * This field corresponds to the database column xt_dmlb.JC
  25. *
  26. * @ibatorgenerated Fri May 30 10:23:18 CST 2014
  27. */
  28. private Integer jc;
  29. /**
  30. * This field was generated by Apache iBATIS ibator.
  31. * This field corresponds to the database column xt_dmlb.SXH
  32. *
  33. * @ibatorgenerated Fri May 30 10:23:18 CST 2014
  34. */
  35. private Integer sxh;
  36. /**
  37. * This field was generated by Apache iBATIS ibator.
  38. * This field corresponds to the database column xt_dmlb.XGR
  39. *
  40. * @ibatorgenerated Fri May 30 10:23:18 CST 2014
  41. */
  42. private String xgr;
  43. /**
  44. * This field was generated by Apache iBATIS ibator.
  45. * This field corresponds to the database column xt_dmlb.XGSJ
  46. *
  47. * @ibatorgenerated Fri May 30 10:23:18 CST 2014
  48. */
  49. private Date xgsj;
  50. /**
  51. * This field was generated by Apache iBATIS ibator.
  52. * This field corresponds to the database column xt_dmlb.ZFBZ
  53. *
  54. * @ibatorgenerated Fri May 30 10:23:18 CST 2014
  55. */
  56. private Integer zfbz;
  57. /**
  58. * This method was generated by Apache iBATIS ibator.
  59. * This method returns the value of the database column xt_dmlb.LBID
  60. *
  61. * @return the value of xt_dmlb.LBID
  62. *
  63. * @ibatorgenerated Fri May 30 10:23:18 CST 2014
  64. */
  65. public Integer getLbid() {
  66. return lbid;
  67. }
  68. /**
  69. * This method was generated by Apache iBATIS ibator.
  70. * This method sets the value of the database column xt_dmlb.LBID
  71. *
  72. * @param lbid the value for xt_dmlb.LBID
  73. *
  74. * @ibatorgenerated Fri May 30 10:23:18 CST 2014
  75. */
  76. public void setLbid(Integer lbid) {
  77. this.lbid = lbid;
  78. }
  79. /**
  80. * This method was generated by Apache iBATIS ibator.
  81. * This method returns the value of the database column xt_dmlb.LBMC
  82. *
  83. * @return the value of xt_dmlb.LBMC
  84. *
  85. * @ibatorgenerated Fri May 30 10:23:18 CST 2014
  86. */
  87. public String getLbmc() {
  88. return lbmc;
  89. }
  90. /**
  91. * This method was generated by Apache iBATIS ibator.
  92. * This method sets the value of the database column xt_dmlb.LBMC
  93. *
  94. * @param lbmc the value for xt_dmlb.LBMC
  95. *
  96. * @ibatorgenerated Fri May 30 10:23:18 CST 2014
  97. */
  98. public void setLbmc(String lbmc) {
  99. this.lbmc = lbmc == null ? null : lbmc.trim();
  100. }
  101. /**
  102. * This method was generated by Apache iBATIS ibator.
  103. * This method returns the value of the database column xt_dmlb.JC
  104. *
  105. * @return the value of xt_dmlb.JC
  106. *
  107. * @ibatorgenerated Fri May 30 10:23:18 CST 2014
  108. */
  109. public Integer getJc() {
  110. return jc;
  111. }
  112. /**
  113. * This method was generated by Apache iBATIS ibator.
  114. * This method sets the value of the database column xt_dmlb.JC
  115. *
  116. * @param jc the value for xt_dmlb.JC
  117. *
  118. * @ibatorgenerated Fri May 30 10:23:18 CST 2014
  119. */
  120. public void setJc(Integer jc) {
  121. this.jc = jc;
  122. }
  123. /**
  124. * This method was generated by Apache iBATIS ibator.
  125. * This method returns the value of the database column xt_dmlb.SXH
  126. *
  127. * @return the value of xt_dmlb.SXH
  128. *
  129. * @ibatorgenerated Fri May 30 10:23:18 CST 2014
  130. */
  131. public Integer getSxh() {
  132. return sxh;
  133. }
  134. /**
  135. * This method was generated by Apache iBATIS ibator.
  136. * This method sets the value of the database column xt_dmlb.SXH
  137. *
  138. * @param sxh the value for xt_dmlb.SXH
  139. *
  140. * @ibatorgenerated Fri May 30 10:23:18 CST 2014
  141. */
  142. public void setSxh(Integer sxh) {
  143. this.sxh = sxh;
  144. }
  145. /**
  146. * This method was generated by Apache iBATIS ibator.
  147. * This method returns the value of the database column xt_dmlb.XGR
  148. *
  149. * @return the value of xt_dmlb.XGR
  150. *
  151. * @ibatorgenerated Fri May 30 10:23:18 CST 2014
  152. */
  153. public String getXgr() {
  154. return xgr;
  155. }
  156. /**
  157. * This method was generated by Apache iBATIS ibator.
  158. * This method sets the value of the database column xt_dmlb.XGR
  159. *
  160. * @param xgr the value for xt_dmlb.XGR
  161. *
  162. * @ibatorgenerated Fri May 30 10:23:18 CST 2014
  163. */
  164. public void setXgr(String xgr) {
  165. this.xgr = xgr == null ? null : xgr.trim();
  166. }
  167. /**
  168. * This method was generated by Apache iBATIS ibator.
  169. * This method returns the value of the database column xt_dmlb.XGSJ
  170. *
  171. * @return the value of xt_dmlb.XGSJ
  172. *
  173. * @ibatorgenerated Fri May 30 10:23:18 CST 2014
  174. */
  175. public Date getXgsj() {
  176. return xgsj;
  177. }
  178. /**
  179. * This method was generated by Apache iBATIS ibator.
  180. * This method sets the value of the database column xt_dmlb.XGSJ
  181. *
  182. * @param xgsj the value for xt_dmlb.XGSJ
  183. *
  184. * @ibatorgenerated Fri May 30 10:23:18 CST 2014
  185. */
  186. public void setXgsj(Date xgsj) {
  187. this.xgsj = xgsj;
  188. }
  189. /**
  190. * This method was generated by Apache iBATIS ibator.
  191. * This method returns the value of the database column xt_dmlb.ZFBZ
  192. *
  193. * @return the value of xt_dmlb.ZFBZ
  194. *
  195. * @ibatorgenerated Fri May 30 10:23:18 CST 2014
  196. */
  197. public Integer getZfbz() {
  198. return zfbz;
  199. }
  200. /**
  201. * This method was generated by Apache iBATIS ibator.
  202. * This method sets the value of the database column xt_dmlb.ZFBZ
  203. *
  204. * @param zfbz the value for xt_dmlb.ZFBZ
  205. *
  206. * @ibatorgenerated Fri May 30 10:23:18 CST 2014
  207. */
  208. public void setZfbz(Integer zfbz) {
  209. this.zfbz = zfbz;
  210. }
  211. private String xgrxm;
  212. public String getXgrxm() {
  213. return xgrxm;
  214. }
  215. public void setXgrxm(String xgrxm) {
  216. this.xgrxm = xgrxm;
  217. }
  218. }