713b63ce47bdefd690adc7210c7d9206817c77e4.svn-base 2.5 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140
  1. package cn.com.goldenwater.dcproj.model;
  2. public class TacExcel {
  3. private String cell1;
  4. private String cell2;
  5. private String cell3;
  6. private String cell4;
  7. private String cell5;
  8. private String cell6;
  9. private String cell4Desc;
  10. private String cell5Desc;
  11. private String cell6Desc;
  12. private String cell7;
  13. private String cell8;
  14. private String cell9;
  15. private String cell10;
  16. private String cell11;
  17. private String cell0;
  18. public String getCell4Desc() {
  19. return cell4Desc;
  20. }
  21. public void setCell4Desc(String cell4Desc) {
  22. this.cell4Desc = cell4Desc;
  23. }
  24. public String getCell5Desc() {
  25. return cell5Desc;
  26. }
  27. public void setCell5Desc(String cell5Desc) {
  28. this.cell5Desc = cell5Desc;
  29. }
  30. public String getCell6Desc() {
  31. return cell6Desc;
  32. }
  33. public void setCell6Desc(String cell6Desc) {
  34. this.cell6Desc = cell6Desc;
  35. }
  36. public String getCell1() {
  37. return cell1;
  38. }
  39. public void setCell1(String cell1) {
  40. this.cell1 = cell1;
  41. }
  42. public String getCell2() {
  43. return cell2;
  44. }
  45. public void setCell2(String cell2) {
  46. this.cell2 = cell2;
  47. }
  48. public String getCell3() {
  49. return cell3;
  50. }
  51. public void setCell3(String cell3) {
  52. this.cell3 = cell3;
  53. }
  54. public String getCell4() {
  55. return cell4;
  56. }
  57. public void setCell4(String cell4) {
  58. this.cell4 = cell4;
  59. }
  60. public String getCell5() {
  61. return cell5;
  62. }
  63. public void setCell5(String cell5) {
  64. this.cell5 = cell5;
  65. }
  66. public String getCell6() {
  67. return cell6;
  68. }
  69. public void setCell6(String cell6) {
  70. this.cell6 = cell6;
  71. }
  72. public String getCell7() {
  73. return cell7;
  74. }
  75. public void setCell7(String cell7) {
  76. this.cell7 = cell7;
  77. }
  78. public String getCell8() {
  79. return cell8;
  80. }
  81. public void setCell8(String cell8) {
  82. this.cell8 = cell8;
  83. }
  84. public String getCell9() {
  85. return cell9;
  86. }
  87. public void setCell9(String cell9) {
  88. this.cell9 = cell9;
  89. }
  90. public String getCell10() {
  91. return cell10;
  92. }
  93. public void setCell10(String cell10) {
  94. this.cell10 = cell10;
  95. }
  96. public String getCell11() {
  97. return cell11;
  98. }
  99. public void setCell11(String cell11) {
  100. this.cell11 = cell11;
  101. }
  102. public String getCell0() {
  103. return cell0;
  104. }
  105. public void setCell0(String cell0) {
  106. this.cell0 = cell0;
  107. }
  108. }