DaSlda.java 8.0 KB

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