XtHzzd.java 4.4 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163
  1. package com.huimv.xt.dataobject;
  2. public class XtHzzd extends BaseDO {
  3. /**
  4. * This field was generated by Apache iBATIS ibator.
  5. * This field corresponds to the database column xt_hzzd.xh
  6. *
  7. * @ibatorgenerated Wed Jun 04 12:11:08 CST 2014
  8. */
  9. private Integer xh;
  10. /**
  11. * This field was generated by Apache iBATIS ibator.
  12. * This field corresponds to the database column xt_hzzd.word
  13. *
  14. * @ibatorgenerated Wed Jun 04 12:11:08 CST 2014
  15. */
  16. private String word;
  17. /**
  18. * This field was generated by Apache iBATIS ibator.
  19. * This field corresponds to the database column xt_hzzd.srm1
  20. *
  21. * @ibatorgenerated Wed Jun 04 12:11:08 CST 2014
  22. */
  23. private String srm1;
  24. /**
  25. * This field was generated by Apache iBATIS ibator.
  26. * This field corresponds to the database column xt_hzzd.srm2
  27. *
  28. * @ibatorgenerated Wed Jun 04 12:11:08 CST 2014
  29. */
  30. private String srm2;
  31. /**
  32. * This field was generated by Apache iBATIS ibator.
  33. * This field corresponds to the database column xt_hzzd.srm3
  34. *
  35. * @ibatorgenerated Wed Jun 04 12:11:08 CST 2014
  36. */
  37. private String srm3;
  38. /**
  39. * This method was generated by Apache iBATIS ibator.
  40. * This method returns the value of the database column xt_hzzd.xh
  41. *
  42. * @return the value of xt_hzzd.xh
  43. *
  44. * @ibatorgenerated Wed Jun 04 12:11:08 CST 2014
  45. */
  46. public Integer getXh() {
  47. return xh;
  48. }
  49. /**
  50. * This method was generated by Apache iBATIS ibator.
  51. * This method sets the value of the database column xt_hzzd.xh
  52. *
  53. * @param xh the value for xt_hzzd.xh
  54. *
  55. * @ibatorgenerated Wed Jun 04 12:11:08 CST 2014
  56. */
  57. public void setXh(Integer xh) {
  58. this.xh = xh;
  59. }
  60. /**
  61. * This method was generated by Apache iBATIS ibator.
  62. * This method returns the value of the database column xt_hzzd.word
  63. *
  64. * @return the value of xt_hzzd.word
  65. *
  66. * @ibatorgenerated Wed Jun 04 12:11:08 CST 2014
  67. */
  68. public String getWord() {
  69. return word;
  70. }
  71. /**
  72. * This method was generated by Apache iBATIS ibator.
  73. * This method sets the value of the database column xt_hzzd.word
  74. *
  75. * @param word the value for xt_hzzd.word
  76. *
  77. * @ibatorgenerated Wed Jun 04 12:11:08 CST 2014
  78. */
  79. public void setWord(String word) {
  80. this.word = word == null ? null : word.trim();
  81. }
  82. /**
  83. * This method was generated by Apache iBATIS ibator.
  84. * This method returns the value of the database column xt_hzzd.srm1
  85. *
  86. * @return the value of xt_hzzd.srm1
  87. *
  88. * @ibatorgenerated Wed Jun 04 12:11:08 CST 2014
  89. */
  90. public String getSrm1() {
  91. return srm1;
  92. }
  93. /**
  94. * This method was generated by Apache iBATIS ibator.
  95. * This method sets the value of the database column xt_hzzd.srm1
  96. *
  97. * @param srm1 the value for xt_hzzd.srm1
  98. *
  99. * @ibatorgenerated Wed Jun 04 12:11:08 CST 2014
  100. */
  101. public void setSrm1(String srm1) {
  102. this.srm1 = srm1 == null ? null : srm1.trim();
  103. }
  104. /**
  105. * This method was generated by Apache iBATIS ibator.
  106. * This method returns the value of the database column xt_hzzd.srm2
  107. *
  108. * @return the value of xt_hzzd.srm2
  109. *
  110. * @ibatorgenerated Wed Jun 04 12:11:08 CST 2014
  111. */
  112. public String getSrm2() {
  113. return srm2;
  114. }
  115. /**
  116. * This method was generated by Apache iBATIS ibator.
  117. * This method sets the value of the database column xt_hzzd.srm2
  118. *
  119. * @param srm2 the value for xt_hzzd.srm2
  120. *
  121. * @ibatorgenerated Wed Jun 04 12:11:08 CST 2014
  122. */
  123. public void setSrm2(String srm2) {
  124. this.srm2 = srm2 == null ? null : srm2.trim();
  125. }
  126. /**
  127. * This method was generated by Apache iBATIS ibator.
  128. * This method returns the value of the database column xt_hzzd.srm3
  129. *
  130. * @return the value of xt_hzzd.srm3
  131. *
  132. * @ibatorgenerated Wed Jun 04 12:11:08 CST 2014
  133. */
  134. public String getSrm3() {
  135. return srm3;
  136. }
  137. /**
  138. * This method was generated by Apache iBATIS ibator.
  139. * This method sets the value of the database column xt_hzzd.srm3
  140. *
  141. * @param srm3 the value for xt_hzzd.srm3
  142. *
  143. * @ibatorgenerated Wed Jun 04 12:11:08 CST 2014
  144. */
  145. public void setSrm3(String srm3) {
  146. this.srm3 = srm3 == null ? null : srm3.trim();
  147. }
  148. }