sjlrFmjlDTO.java 2.0 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110
  1. package com.huimv.dto;
  2. import java.util.Date;
  3. import java.util.List;
  4. import com.huimv.sjlr.dataobject.SjlrFmjl;
  5. public class sjlrFmjlDTO {
  6. private List<SjlrFmjl> fmList;
  7. private int count;
  8. private int countj ;
  9. private int countr;
  10. private int countjx;
  11. private int countjz;
  12. private int counts;
  13. private int countm;
  14. private String allCountH;
  15. private String allCountS;
  16. private String fmrq;
  17. private Date fmsj;
  18. private int countgz;
  19. private int countmz;
  20. public void setFmList(List<SjlrFmjl> fmList) {
  21. this.fmList = fmList;
  22. }
  23. public void setCountj(int countj) {
  24. this.countj = countj;
  25. }
  26. public void setCountr(int countr) {
  27. this.countr = countr;
  28. }
  29. public void setCountjx(int countjx) {
  30. this.countjx = countjx;
  31. }
  32. public void setCountjz(int countjz) {
  33. this.countjz = countjz;
  34. }
  35. public void setCounts(int counts) {
  36. this.counts = counts;
  37. }
  38. public void setCountm(int countm) {
  39. this.countm = countm;
  40. }
  41. public void setFmrq(String fmrq) {
  42. this.fmrq = fmrq;
  43. }
  44. public List<SjlrFmjl> getFmList() {
  45. return fmList;
  46. }
  47. public int getCountj() {
  48. return countj;
  49. }
  50. public int getCountr() {
  51. return countr;
  52. }
  53. public int getCountjx() {
  54. return countjx;
  55. }
  56. public int getCountjz() {
  57. return countjz;
  58. }
  59. public int getCounts() {
  60. return counts;
  61. }
  62. public int getCountm() {
  63. return countm;
  64. }
  65. public String getFmrq() {
  66. return fmrq;
  67. }
  68. public Date getFmsj() {
  69. return fmsj;
  70. }
  71. public void setFmsj(Date fmsj) {
  72. this.fmsj = fmsj;
  73. }
  74. public void setAllCountH(String allCountH) {
  75. this.allCountH = allCountH;
  76. }
  77. public void setAllCountS(String allCountS) {
  78. this.allCountS = allCountS;
  79. }
  80. public String getAllCountH() {
  81. return allCountH;
  82. }
  83. public String getAllCountS() {
  84. return allCountS;
  85. }
  86. public int getCount() {
  87. return count;
  88. }
  89. public void setCount(int count) {
  90. this.count = count;
  91. }
  92. public int getCountgz() {
  93. return countgz;
  94. }
  95. public int getCountmz() {
  96. return countmz;
  97. }
  98. public void setCountgz(int countgz) {
  99. this.countgz = countgz;
  100. }
  101. public void setCountmz(int countmz) {
  102. this.countmz = countmz;
  103. }
  104. }