PropertyFeeLiveDTO.java 5.6 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186
  1. package cn.com.lzt.contractreports.dto;
  2. public class PropertyFeeLiveDTO {
  3. /**项目名*/
  4. private java.lang.String projectname;
  5. /**客户名*/
  6. private java.lang.String customername;
  7. private java.lang.String paytype;
  8. //合同应收
  9. private java.lang.Double contractreceivable;
  10. //上年开今年
  11. private java.lang.Double lasttonow;
  12. //期内开票
  13. private java.lang.Double currentperiodinvoice;//期内开票金额
  14. private java.lang.String currentinvoiceEndDate;//开至日期
  15. private java.lang.String currentinvoicedate;//开票日期
  16. //已收上年开今年
  17. private java.lang.Double lasttonowincome;
  18. //期内收款
  19. private java.lang.Double currentperiodincome;//期内收款金额
  20. private java.lang.String currentincomeEndDate;//收至日期
  21. private java.lang.String currentincomedate;//收款日期
  22. //期内未开票
  23. private java.lang.Double periodnoinvoice;
  24. //期内未收款
  25. private java.lang.Double periodnoincome;
  26. //上年未开票
  27. private java.lang.Double lastyearnoinvoice;
  28. /* 开票 */
  29. //今年开上年
  30. private java.lang.Double nowtolastinvoice;
  31. //上年开上年
  32. private java.lang.Double lasttolastinvoice;
  33. /* 收款 */
  34. //今年开上年
  35. private java.lang.Double nowtolastincome;
  36. //上年开上年
  37. private java.lang.Double lasttolastincome;
  38. //未开上年
  39. private java.lang.Double lastyearnoinvoice2;
  40. //未收上年
  41. private java.lang.Double lastyearnoincome;
  42. //合同
  43. private String contractid;
  44. public java.lang.String getCustomername() {
  45. return customername;
  46. }
  47. public void setCustomername(java.lang.String customername) {
  48. this.customername = customername;
  49. }
  50. public java.lang.String getPaytype() {
  51. return paytype;
  52. }
  53. public void setPaytype(java.lang.String paytype) {
  54. this.paytype = paytype;
  55. }
  56. public java.lang.Double getContractreceivable() {
  57. return contractreceivable;
  58. }
  59. public void setContractreceivable(java.lang.Double contractreceivable) {
  60. this.contractreceivable = contractreceivable;
  61. }
  62. public java.lang.Double getLasttonow() {
  63. return lasttonow;
  64. }
  65. public void setLasttonow(java.lang.Double lasttonow) {
  66. this.lasttonow = lasttonow;
  67. }
  68. public java.lang.Double getCurrentperiodinvoice() {
  69. return currentperiodinvoice;
  70. }
  71. public void setCurrentperiodinvoice(java.lang.Double currentperiodinvoice) {
  72. this.currentperiodinvoice = currentperiodinvoice;
  73. }
  74. public java.lang.String getCurrentinvoiceEndDate() {
  75. return currentinvoiceEndDate;
  76. }
  77. public void setCurrentinvoiceEndDate(java.lang.String currentinvoiceEndDate) {
  78. this.currentinvoiceEndDate = currentinvoiceEndDate;
  79. }
  80. public java.lang.String getCurrentinvoicedate() {
  81. return currentinvoicedate;
  82. }
  83. public void setCurrentinvoicedate(java.lang.String currentinvoicedate) {
  84. this.currentinvoicedate = currentinvoicedate;
  85. }
  86. public java.lang.Double getLasttonowincome() {
  87. return lasttonowincome;
  88. }
  89. public void setLasttonowincome(java.lang.Double lasttonowincome) {
  90. this.lasttonowincome = lasttonowincome;
  91. }
  92. public java.lang.Double getCurrentperiodincome() {
  93. return currentperiodincome;
  94. }
  95. public void setCurrentperiodincome(java.lang.Double currentperiodincome) {
  96. this.currentperiodincome = currentperiodincome;
  97. }
  98. public java.lang.String getCurrentincomeEndDate() {
  99. return currentincomeEndDate;
  100. }
  101. public void setCurrentincomeEndDate(java.lang.String currentincomeEndDate) {
  102. this.currentincomeEndDate = currentincomeEndDate;
  103. }
  104. public java.lang.String getCurrentincomedate() {
  105. return currentincomedate;
  106. }
  107. public void setCurrentincomedate(java.lang.String currentincomedate) {
  108. this.currentincomedate = currentincomedate;
  109. }
  110. public java.lang.Double getPeriodnoinvoice() {
  111. return periodnoinvoice;
  112. }
  113. public void setPeriodnoinvoice(java.lang.Double periodnoinvoice) {
  114. this.periodnoinvoice = periodnoinvoice;
  115. }
  116. public java.lang.Double getPeriodnoincome() {
  117. return periodnoincome;
  118. }
  119. public void setPeriodnoincome(java.lang.Double periodnoincome) {
  120. this.periodnoincome = periodnoincome;
  121. }
  122. public java.lang.Double getLastyearnoinvoice() {
  123. return lastyearnoinvoice;
  124. }
  125. public void setLastyearnoinvoice(java.lang.Double lastyearnoinvoice) {
  126. this.lastyearnoinvoice = lastyearnoinvoice;
  127. }
  128. public java.lang.Double getNowtolastinvoice() {
  129. return nowtolastinvoice;
  130. }
  131. public void setNowtolastinvoice(java.lang.Double nowtolastinvoice) {
  132. this.nowtolastinvoice = nowtolastinvoice;
  133. }
  134. public java.lang.Double getLasttolastinvoice() {
  135. return lasttolastinvoice;
  136. }
  137. public void setLasttolastinvoice(java.lang.Double lasttolastinvoice) {
  138. this.lasttolastinvoice = lasttolastinvoice;
  139. }
  140. public java.lang.Double getNowtolastincome() {
  141. return nowtolastincome;
  142. }
  143. public void setNowtolastincome(java.lang.Double nowtolastincome) {
  144. this.nowtolastincome = nowtolastincome;
  145. }
  146. public java.lang.Double getLasttolastincome() {
  147. return lasttolastincome;
  148. }
  149. public void setLasttolastincome(java.lang.Double lasttolastincome) {
  150. this.lasttolastincome = lasttolastincome;
  151. }
  152. public java.lang.Double getLastyearnoinvoice2() {
  153. return lastyearnoinvoice2;
  154. }
  155. public void setLastyearnoinvoice2(java.lang.Double lastyearnoinvoice2) {
  156. this.lastyearnoinvoice2 = lastyearnoinvoice2;
  157. }
  158. public java.lang.Double getLastyearnoincome() {
  159. return lastyearnoincome;
  160. }
  161. public void setLastyearnoincome(java.lang.Double lastyearnoincome) {
  162. this.lastyearnoincome = lastyearnoincome;
  163. }
  164. public java.lang.String getProjectname() {
  165. return projectname;
  166. }
  167. public void setProjectname(java.lang.String projectname) {
  168. this.projectname = projectname;
  169. }
  170. public String getContractid() {
  171. return contractid;
  172. }
  173. public void setContractid(String contractid) {
  174. this.contractid = contractid;
  175. }
  176. }