PayFeeDetailMonthDto.java 6.0 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271272273274275276277278279280281282283284285286287288289290291292293294295296297298299300301302303
  1. package com.java110.dto.payFee;
  2. import com.java110.dto.PageDto;
  3. import com.java110.dto.fee.FeeAttrDto;
  4. import com.java110.dto.fee.FeeDto;
  5. import java.io.Serializable;
  6. import java.util.Date;
  7. import java.util.List;
  8. /**
  9. * @ClassName FloorDto
  10. * @Description 月缴费表数据层封装
  11. * @Author wuxw
  12. * @Date 2019/4/24 8:52
  13. * @Version 1.0
  14. * add by wuxw 2019/4/24
  15. **/
  16. public class PayFeeDetailMonthDto extends FeeDto implements Serializable {
  17. public static final String STATE_W = "W";//待缴费
  18. public static final String STATE_C = "C";//已缴费
  19. public static final String STATE_R = "R";//已退费
  20. private String detailMonth;
  21. private String detailYear;
  22. private String detailId;
  23. private String receivableAmount;
  24. private String discountAmount;
  25. private String remark;
  26. private String receivedAmount;
  27. private String communityId;
  28. private String feeId;
  29. private String monthId;
  30. private String[] monthIds;
  31. private Date createTime;
  32. private String statusCd = "0";
  33. private String objName;
  34. private String objId;
  35. private String objType;
  36. private String[] objIds;
  37. private String ownerName;
  38. private String ownerId;
  39. private String link;
  40. private String state;
  41. private String feeState;
  42. private String payFeeTime;
  43. private String curMonthTime;
  44. private String feeName;
  45. private String configId;
  46. private String objFpcId;
  47. private String feeTypeCd;
  48. private List<FeeAttrDto> feeAttrs;
  49. public String getDetailMonth() {
  50. return detailMonth;
  51. }
  52. public void setDetailMonth(String detailMonth) {
  53. this.detailMonth = detailMonth;
  54. }
  55. public String getDetailYear() {
  56. return detailYear;
  57. }
  58. public void setDetailYear(String detailYear) {
  59. this.detailYear = detailYear;
  60. }
  61. public String getDetailId() {
  62. return detailId;
  63. }
  64. public void setDetailId(String detailId) {
  65. this.detailId = detailId;
  66. }
  67. public String getReceivableAmount() {
  68. return receivableAmount;
  69. }
  70. public void setReceivableAmount(String receivableAmount) {
  71. this.receivableAmount = receivableAmount;
  72. }
  73. public String getDiscountAmount() {
  74. return discountAmount;
  75. }
  76. public void setDiscountAmount(String discountAmount) {
  77. this.discountAmount = discountAmount;
  78. }
  79. public String getRemark() {
  80. return remark;
  81. }
  82. public void setRemark(String remark) {
  83. this.remark = remark;
  84. }
  85. public String getReceivedAmount() {
  86. return receivedAmount;
  87. }
  88. public void setReceivedAmount(String receivedAmount) {
  89. this.receivedAmount = receivedAmount;
  90. }
  91. public String getCommunityId() {
  92. return communityId;
  93. }
  94. public void setCommunityId(String communityId) {
  95. this.communityId = communityId;
  96. }
  97. public String getFeeId() {
  98. return feeId;
  99. }
  100. public void setFeeId(String feeId) {
  101. this.feeId = feeId;
  102. }
  103. public String getMonthId() {
  104. return monthId;
  105. }
  106. public void setMonthId(String monthId) {
  107. this.monthId = monthId;
  108. }
  109. public Date getCreateTime() {
  110. return createTime;
  111. }
  112. public void setCreateTime(Date createTime) {
  113. this.createTime = createTime;
  114. }
  115. public String getStatusCd() {
  116. return statusCd;
  117. }
  118. public void setStatusCd(String statusCd) {
  119. this.statusCd = statusCd;
  120. }
  121. public String getObjName() {
  122. return objName;
  123. }
  124. public void setObjName(String objName) {
  125. this.objName = objName;
  126. }
  127. public String getObjId() {
  128. return objId;
  129. }
  130. public void setObjId(String objId) {
  131. this.objId = objId;
  132. }
  133. public String getOwnerName() {
  134. return ownerName;
  135. }
  136. public void setOwnerName(String ownerName) {
  137. this.ownerName = ownerName;
  138. }
  139. public String getOwnerId() {
  140. return ownerId;
  141. }
  142. public void setOwnerId(String ownerId) {
  143. this.ownerId = ownerId;
  144. }
  145. public String getLink() {
  146. return link;
  147. }
  148. public void setLink(String link) {
  149. this.link = link;
  150. }
  151. public String getState() {
  152. return state;
  153. }
  154. public void setState(String state) {
  155. this.state = state;
  156. }
  157. public String getPayFeeTime() {
  158. return payFeeTime;
  159. }
  160. public void setPayFeeTime(String payFeeTime) {
  161. this.payFeeTime = payFeeTime;
  162. }
  163. public String getCurMonthTime() {
  164. return curMonthTime;
  165. }
  166. public void setCurMonthTime(String curMonthTime) {
  167. this.curMonthTime = curMonthTime;
  168. }
  169. public String getFeeName() {
  170. return feeName;
  171. }
  172. public void setFeeName(String feeName) {
  173. this.feeName = feeName;
  174. }
  175. public String getConfigId() {
  176. return configId;
  177. }
  178. public void setConfigId(String configId) {
  179. this.configId = configId;
  180. }
  181. public String[] getObjIds() {
  182. return objIds;
  183. }
  184. public void setObjIds(String[] objIds) {
  185. this.objIds = objIds;
  186. }
  187. public String getObjType() {
  188. return objType;
  189. }
  190. public void setObjType(String objType) {
  191. this.objType = objType;
  192. }
  193. public List<FeeAttrDto> getFeeAttrs() {
  194. return feeAttrs;
  195. }
  196. public void setFeeAttrs(List<FeeAttrDto> feeAttrs) {
  197. this.feeAttrs = feeAttrs;
  198. }
  199. public String[] getMonthIds() {
  200. return monthIds;
  201. }
  202. public void setMonthIds(String[] monthIds) {
  203. this.monthIds = monthIds;
  204. }
  205. public String getFeeState() {
  206. return feeState;
  207. }
  208. public void setFeeState(String feeState) {
  209. this.feeState = feeState;
  210. }
  211. public String getObjFpcId() {
  212. return objFpcId;
  213. }
  214. public void setObjFpcId(String objFpcId) {
  215. this.objFpcId = objFpcId;
  216. }
  217. @Override
  218. public String getFeeTypeCd() {
  219. return feeTypeCd;
  220. }
  221. @Override
  222. public void setFeeTypeCd(String feeTypeCd) {
  223. this.feeTypeCd = feeTypeCd;
  224. }
  225. }