XtQyxx.java 6.1 KB

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