SjWd.java 4.5 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207
  1. package com.huimv.sj.dataobject;
  2. import com.huimv.xt.dataobject.BaseDO;
  3. import java.math.BigDecimal;
  4. import java.util.Date;
  5. public class SjWd extends BaseDO {
  6. /**
  7. * This field was generated by Apache iBATIS ibator.
  8. * This field corresponds to the database column sj_wd.ID
  9. *
  10. * @ibatorgenerated Thu Aug 07 15:23:36 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 sj_wd.LQID
  16. *
  17. * @ibatorgenerated Thu Aug 07 15:23:36 CST 2014
  18. */
  19. private String lqid;
  20. /**
  21. * This field was generated by Apache iBATIS ibator.
  22. * This field corresponds to the database column sj_wd.TJSJ
  23. *
  24. * @ibatorgenerated Thu Aug 07 15:23:36 CST 2014
  25. */
  26. private Date tjsj;
  27. /**
  28. * This field was generated by Apache iBATIS ibator.
  29. * This field corresponds to the database column sj_wd.DQWD
  30. *
  31. * @ibatorgenerated Thu Aug 07 15:23:36 CST 2014
  32. */
  33. private BigDecimal dqwd;
  34. private String tjsjString;
  35. public String getTjsjString() {
  36. return tjsjString;
  37. }
  38. public void setTjsjString(String tjsjString) {
  39. this.tjsjString = tjsjString;
  40. }
  41. /**
  42. * This method was generated by Apache iBATIS ibator.
  43. * This method returns the value of the database column sj_wd.ID
  44. *
  45. * @return the value of sj_wd.ID
  46. *
  47. * @ibatorgenerated Thu Aug 07 15:23:36 CST 2014
  48. */
  49. public Integer getId() {
  50. return id;
  51. }
  52. /**
  53. * This method was generated by Apache iBATIS ibator.
  54. * This method sets the value of the database column sj_wd.ID
  55. *
  56. * @param id the value for sj_wd.ID
  57. *
  58. * @ibatorgenerated Thu Aug 07 15:23:36 CST 2014
  59. */
  60. public void setId(Integer id) {
  61. this.id = id;
  62. }
  63. /**
  64. * This method was generated by Apache iBATIS ibator.
  65. * This method returns the value of the database column sj_wd.LQID
  66. *
  67. * @return the value of sj_wd.LQID
  68. *
  69. * @ibatorgenerated Thu Aug 07 15:23:36 CST 2014
  70. */
  71. public String getLqid() {
  72. return lqid;
  73. }
  74. /**
  75. * This method was generated by Apache iBATIS ibator.
  76. * This method sets the value of the database column sj_wd.LQID
  77. *
  78. * @param lqid the value for sj_wd.LQID
  79. *
  80. * @ibatorgenerated Thu Aug 07 15:23:36 CST 2014
  81. */
  82. public void setLqid(String lqid) {
  83. this.lqid = lqid == null ? null : lqid.trim();
  84. }
  85. /**
  86. * This method was generated by Apache iBATIS ibator.
  87. * This method returns the value of the database column sj_wd.TJSJ
  88. *
  89. * @return the value of sj_wd.TJSJ
  90. *
  91. * @ibatorgenerated Thu Aug 07 15:23:36 CST 2014
  92. */
  93. public Date getTjsj() {
  94. return tjsj;
  95. }
  96. /**
  97. * This method was generated by Apache iBATIS ibator.
  98. * This method sets the value of the database column sj_wd.TJSJ
  99. *
  100. * @param tjsj the value for sj_wd.TJSJ
  101. *
  102. * @ibatorgenerated Thu Aug 07 15:23:36 CST 2014
  103. */
  104. public void setTjsj(Date tjsj) {
  105. this.tjsj = tjsj;
  106. }
  107. /**
  108. * This method was generated by Apache iBATIS ibator.
  109. * This method returns the value of the database column sj_wd.DQWD
  110. *
  111. * @return the value of sj_wd.DQWD
  112. *
  113. * @ibatorgenerated Thu Aug 07 15:23:36 CST 2014
  114. */
  115. public BigDecimal getDqwd() {
  116. return dqwd;
  117. }
  118. /**
  119. * This method was generated by Apache iBATIS ibator.
  120. * This method sets the value of the database column sj_wd.DQWD
  121. *
  122. * @param dqwd the value for sj_wd.DQWD
  123. *
  124. * @ibatorgenerated Thu Aug 07 15:23:36 CST 2014
  125. */
  126. public void setDqwd(BigDecimal dqwd) {
  127. this.dqwd = dqwd;
  128. }
  129. BigDecimal avgwd;
  130. BigDecimal minwd;
  131. BigDecimal maxwd;
  132. BigDecimal minsd;
  133. BigDecimal maxsd;
  134. BigDecimal dqsd;
  135. public BigDecimal getDqsd() {
  136. return dqsd;
  137. }
  138. public void setDqsd(BigDecimal dqsd) {
  139. this.dqsd = dqsd;
  140. }
  141. public BigDecimal getMinsd() {
  142. return minsd;
  143. }
  144. public void setMinsd(BigDecimal minsd) {
  145. this.minsd = minsd;
  146. }
  147. public BigDecimal getMaxsd() {
  148. return maxsd;
  149. }
  150. public void setMaxsd(BigDecimal maxsd) {
  151. this.maxsd = maxsd;
  152. }
  153. public BigDecimal getAvgwd() {
  154. return avgwd;
  155. }
  156. public void setAvgwd(BigDecimal avgwd) {
  157. this.avgwd = avgwd;
  158. }
  159. public BigDecimal getMinwd() {
  160. return minwd;
  161. }
  162. public void setMinwd(BigDecimal minwd) {
  163. this.minwd = minwd;
  164. }
  165. public BigDecimal getMaxwd() {
  166. return maxwd;
  167. }
  168. public void setMaxwd(BigDecimal maxwd) {
  169. this.maxwd = maxwd;
  170. }
  171. }