MobileAttachAssembleDto.java 4.0 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212
  1. package com.kingdee.eas.custom.wamke.syncdata.dto;
  2. import java.util.List;
  3. public class MobileAttachAssembleDto {
  4. /**
  5. * 身份证
  6. */
  7. private List<MobileAttachDto> idCard;
  8. /**
  9. * 银行卡
  10. */
  11. private List<MobileAttachDto> bankCard;
  12. /**
  13. * 入职登录
  14. */
  15. private List<MobileAttachDto> entryRegistration;
  16. /**
  17. * 健康
  18. */
  19. private List<MobileAttachDto> health;
  20. /**
  21. * 安全
  22. */
  23. private List<MobileAttachDto> safe;
  24. /**
  25. * 劳动合同
  26. */
  27. private List<MobileAttachDto> contract;
  28. /**
  29. * 手持
  30. */
  31. private List<MobileAttachDto> inHand;
  32. /*
  33. * 其他
  34. */
  35. private List<MobileAttachDto> other;
  36. /**
  37. * 投保证明
  38. */
  39. private List<MobileAttachDto> insuranceProve;
  40. /**
  41. * 行为规范
  42. */
  43. private List<MobileAttachDto> behavioralNorm;
  44. /**
  45. * 训练清单
  46. */
  47. private List<MobileAttachDto> training;
  48. /**
  49. * 保洁员管理规范附件
  50. */
  51. private List<MobileAttachDto> managementFile;
  52. //推荐激励诚信书
  53. private List<MobileAttachDto> recommendStimulate;
  54. //上岗承诺书
  55. private List<MobileAttachDto> promiseCommitment;
  56. //
  57. // public void setBehavioralNorm(List<MobileAttachDto> behavioralNorm) {
  58. // this.behavioralNorm = behavioralNorm;
  59. // }
  60. //
  61. // public List<MobileAttachDto> getBehavioralNorm() {
  62. // return behavioralNorm;
  63. // }
  64. //
  65. //
  66. // public void setTraining(List<MobileAttachDto> training) {
  67. // this.training = training;
  68. // }
  69. //
  70. // public List<MobileAttachDto> getTraining() {
  71. // return training;
  72. // }
  73. //
  74. // public void setInsuranceProve(List<MobileAttachDto> insuranceProve) {
  75. // this.insuranceProve = insuranceProve;
  76. // }
  77. //
  78. // public List<MobileAttachDto> getInsuranceProve() {
  79. // return insuranceProve;
  80. // }
  81. public void setIdCard(List<MobileAttachDto> idCard) {
  82. this.idCard = idCard;
  83. }
  84. public List<MobileAttachDto> getIdCard() {
  85. return idCard;
  86. }
  87. public void setBankCard(List<MobileAttachDto> bankCard) {
  88. this.bankCard = bankCard;
  89. }
  90. public List<MobileAttachDto> getBankCard() {
  91. return bankCard;
  92. }
  93. public void setEntryRegistration(List<MobileAttachDto> entryRegistration) {
  94. this.entryRegistration = entryRegistration;
  95. }
  96. public List<MobileAttachDto> getEntryRegistration() {
  97. return entryRegistration;
  98. }
  99. public void setHealth(List<MobileAttachDto> health) {
  100. this.health = health;
  101. }
  102. public List<MobileAttachDto> getHealth() {
  103. return health;
  104. }
  105. public void setSafe(List<MobileAttachDto> safe) {
  106. this.safe = safe;
  107. }
  108. public List<MobileAttachDto> getSafe() {
  109. return safe;
  110. }
  111. public void setContract(List<MobileAttachDto> contract) {
  112. this.contract = contract;
  113. }
  114. public List<MobileAttachDto> getContract() {
  115. return contract;
  116. }
  117. public void setInHand(List<MobileAttachDto> inHand) {
  118. this.inHand = inHand;
  119. }
  120. public List<MobileAttachDto> getInHand() {
  121. return inHand;
  122. }
  123. public void setOther(List<MobileAttachDto> other) {
  124. this.other = other;
  125. }
  126. public List<MobileAttachDto> getOther() {
  127. return other;
  128. }
  129. public List<MobileAttachDto> getManagemenetFile() {
  130. return managementFile;
  131. }
  132. public void setManagemenetFile(List<MobileAttachDto> file ){
  133. this.managementFile = file;
  134. }
  135. public void setTraining(List<MobileAttachDto> training) {
  136. this.training = training;
  137. }
  138. public List<MobileAttachDto> getTraining() {
  139. return training;
  140. }
  141. public void setBehavioralNorm(List<MobileAttachDto> behavioralNorm) {
  142. this.behavioralNorm = behavioralNorm;
  143. }
  144. public List<MobileAttachDto> getBehavioralNorm() {
  145. return behavioralNorm;
  146. }
  147. public void setInsuranceProve(List<MobileAttachDto> insuranceProve) {
  148. this.insuranceProve = insuranceProve;
  149. }
  150. public List<MobileAttachDto> getInsuranceProve() {
  151. return insuranceProve;
  152. }
  153. public List<MobileAttachDto> getRecommendStimulate() {
  154. return recommendStimulate;
  155. }
  156. public void setRecommendStimulate(List<MobileAttachDto> recommendStimulate){
  157. this.recommendStimulate = recommendStimulate;
  158. }
  159. public List<MobileAttachDto> getPromiseCommitment() {
  160. return promiseCommitment;
  161. }
  162. public void setPromiseCommitment(List<MobileAttachDto> promiseCommitment){
  163. this.promiseCommitment = promiseCommitment;
  164. }
  165. }