OutPublicReleaseList.java 6.3 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271272273274275276277278279280281282283284285286287288289290291292293294295296297298299300301302303304305306307308309310311312313314315316317318319320321322323324325326327328329330
  1. package com.goafanti.weChat.bo;
  2. import java.math.BigDecimal;
  3. import java.util.List;
  4. public class OutPublicReleaseList {
  5. private Integer id;
  6. private String nickname;
  7. private String orderNo;
  8. private String contractNo;
  9. private String districtName;
  10. private String aid;
  11. private String aname;
  12. private String releaseStarts;
  13. private String releaseEnds;
  14. private String createTimes;
  15. private String latitude;
  16. private String longitude;
  17. private Integer status;
  18. private Integer type;
  19. private Integer clockIn;
  20. private String updateTimes;
  21. private Integer updateStatus;
  22. private Integer assist;
  23. private String assistAid;
  24. private String assistAidName;
  25. private String mainName;
  26. private String rejectName;
  27. private String reviewerName;
  28. private String assistantAid;
  29. private String assistantName;
  30. private String userNames;
  31. private String adminExamine;
  32. private String userAdminName;
  33. private Integer publicAgain;
  34. private Integer publicType;
  35. private Integer maxProcess;
  36. private Integer techStartProcess;
  37. private BigDecimal expenseAmount;
  38. private Integer publicAssistAdvice;
  39. private Integer assistProcess;
  40. private Integer alone;
  41. public String getContractNo() {
  42. return contractNo;
  43. }
  44. public void setContractNo(String contractNo) {
  45. this.contractNo = contractNo;
  46. }
  47. public Integer getMaxProcess() {
  48. return maxProcess;
  49. }
  50. public void setMaxProcess(Integer maxProcess) {
  51. this.maxProcess = maxProcess;
  52. }
  53. private List<OutPublicReleaseDetails> prdList;
  54. public String getOrderNo() {
  55. return orderNo;
  56. }
  57. public void setOrderNo(String orderNo) {
  58. this.orderNo = orderNo;
  59. }
  60. public Integer getAlone() {
  61. return alone;
  62. }
  63. public void setAlone(Integer alone) {
  64. this.alone = alone;
  65. }
  66. public Integer getAssistProcess() {
  67. return assistProcess;
  68. }
  69. public void setAssistProcess(Integer assistProcess) {
  70. this.assistProcess = assistProcess;
  71. }
  72. public Integer getPublicAssistAdvice() {
  73. return publicAssistAdvice;
  74. }
  75. public void setPublicAssistAdvice(Integer publicAssistAdvice) {
  76. this.publicAssistAdvice = publicAssistAdvice;
  77. }
  78. public String getUserAdminName() {
  79. return userAdminName;
  80. }
  81. public void setUserAdminName(String userAdminName) {
  82. this.userAdminName = userAdminName;
  83. }
  84. public Integer getTechStartProcess() {
  85. return techStartProcess;
  86. }
  87. public void setTechStartProcess(Integer techStartProcess) {
  88. this.techStartProcess = techStartProcess;
  89. }
  90. public Integer getPublicType() {
  91. return publicType;
  92. }
  93. public void setPublicType(Integer publicType) {
  94. this.publicType = publicType;
  95. }
  96. public String getReviewerName() {
  97. return reviewerName;
  98. }
  99. public void setReviewerName(String reviewerName) {
  100. this.reviewerName = reviewerName;
  101. }
  102. public BigDecimal getExpenseAmount() {
  103. return expenseAmount;
  104. }
  105. public void setExpenseAmount(BigDecimal expenseAmount) {
  106. this.expenseAmount = expenseAmount;
  107. }
  108. public String getAdminExamine() {
  109. return adminExamine;
  110. }
  111. public void setAdminExamine(String adminExamine) {
  112. this.adminExamine = adminExamine;
  113. }
  114. public List<OutPublicReleaseDetails> getPrdList() {
  115. return prdList;
  116. }
  117. public void setPrdList(List<OutPublicReleaseDetails> prdList) {
  118. this.prdList = prdList;
  119. }
  120. public String getUserNames() {
  121. return userNames;
  122. }
  123. public void setUserNames(String userNames) {
  124. this.userNames = userNames;
  125. }
  126. public Integer getPublicAgain() {
  127. return publicAgain;
  128. }
  129. public void setPublicAgain(Integer publicAgain) {
  130. this.publicAgain = publicAgain;
  131. }
  132. public String getAssistantAid() {
  133. return assistantAid;
  134. }
  135. public void setAssistantAid(String assistantAid) {
  136. this.assistantAid = assistantAid;
  137. }
  138. public String getAssistantName() {
  139. return assistantName;
  140. }
  141. public void setAssistantName(String assistantName) {
  142. this.assistantName = assistantName;
  143. }
  144. public String getRejectName() {
  145. return rejectName;
  146. }
  147. public void setRejectName(String rejectName) {
  148. this.rejectName = rejectName;
  149. }
  150. public String getMainName() {
  151. return mainName;
  152. }
  153. public void setMainName(String mainName) {
  154. this.mainName = mainName;
  155. }
  156. public String getAid() {
  157. return aid;
  158. }
  159. public void setAid(String aid) {
  160. this.aid = aid;
  161. }
  162. public Integer getType() {
  163. return type;
  164. }
  165. public void setType(Integer type) {
  166. this.type = type;
  167. }
  168. public Integer getAssist() {
  169. return assist;
  170. }
  171. public void setAssist(Integer assist) {
  172. this.assist = assist;
  173. }
  174. public String getAssistAid() {
  175. return assistAid;
  176. }
  177. public void setAssistAid(String assistAid) {
  178. this.assistAid = assistAid;
  179. }
  180. public String getAssistAidName() {
  181. return assistAidName;
  182. }
  183. public void setAssistAidName(String assistAidName) {
  184. this.assistAidName = assistAidName;
  185. }
  186. public String getUpdateTimes() {
  187. return updateTimes;
  188. }
  189. public void setUpdateTimes(String updateTimes) {
  190. this.updateTimes = updateTimes;
  191. }
  192. public Integer getUpdateStatus() {
  193. return updateStatus;
  194. }
  195. public void setUpdateStatus(Integer updateStatus) {
  196. this.updateStatus = updateStatus;
  197. }
  198. public Integer getId() {
  199. return id;
  200. }
  201. public void setId(Integer id) {
  202. this.id = id;
  203. }
  204. public String getNickname() {
  205. return nickname;
  206. }
  207. public void setNickname(String nickname) {
  208. this.nickname = nickname;
  209. }
  210. public String getAname() {
  211. return aname;
  212. }
  213. public void setAname(String aname) {
  214. this.aname = aname;
  215. }
  216. public String getReleaseStarts() {
  217. return releaseStarts;
  218. }
  219. public void setReleaseStarts(String releaseStarts) {
  220. this.releaseStarts = releaseStarts;
  221. }
  222. public String getReleaseEnds() {
  223. return releaseEnds;
  224. }
  225. public void setReleaseEnds(String releaseEnds) {
  226. this.releaseEnds = releaseEnds;
  227. }
  228. public String getCreateTimes() {
  229. return createTimes;
  230. }
  231. public void setCreateTimes(String createTimes) {
  232. this.createTimes = createTimes;
  233. }
  234. public Integer getStatus() {
  235. return status;
  236. }
  237. public void setStatus(Integer status) {
  238. this.status = status;
  239. }
  240. public String getDistrictName() {
  241. return districtName;
  242. }
  243. public void setDistrictName(String districtName) {
  244. this.districtName = districtName;
  245. }
  246. public String getLatitude() {
  247. return latitude;
  248. }
  249. public void setLatitude(String latitude) {
  250. this.latitude = latitude;
  251. }
  252. public String getLongitude() {
  253. return longitude;
  254. }
  255. public void setLongitude(String longitude) {
  256. this.longitude = longitude;
  257. }
  258. public Integer getClockIn() {
  259. return clockIn;
  260. }
  261. public void setClockIn(Integer clockIn) {
  262. this.clockIn = clockIn;
  263. }
  264. }