c7de7a39fdaa40db21371f65459d79aec449e945.svn-base 4.8 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220
  1. package cn.com.goldenwater.dcproj.dto;
  2. /**
  3. * Created by 61618 on 2019/4/12.
  4. */
  5. public class PersWtdstInfoDto {
  6. // 高德经度
  7. private Double centerXGd;
  8. // 高德纬度
  9. private Double centerYGd;
  10. // 水毁修复清单ID
  11. private String wtdstId;
  12. // 类别名称
  13. private String wtdstType;
  14. // 项目名称
  15. private String wtdstNm;
  16. // 修复状态
  17. private String wtdstState;
  18. // 所在行政区划代码
  19. private String locAd;
  20. // 水毁情况
  21. private String wtdstDtle;
  22. // 主要工程量
  23. private String wtdstWrkam;
  24. // 计划修复日期
  25. private String planRcvrTm;
  26. // 插入时间
  27. private String intm;
  28. // 最后更新时间
  29. private String uptm;
  30. // 备注
  31. private String note;
  32. // 水毁位置经度
  33. private Double wtdstLgtd;
  34. // 水毁位置纬度
  35. private Double wtdstLttd;
  36. // 项目所在位置
  37. private String locNm;
  38. private String objType;
  39. private String objCode;
  40. private String objName;
  41. public Double getCenterXGd() {
  42. return centerXGd;
  43. }
  44. public void setCenterXGd(Double centerXGd) {
  45. this.centerXGd = centerXGd;
  46. }
  47. public Double getCenterYGd() {
  48. return centerYGd;
  49. }
  50. public void setCenterYGd(Double centerYGd) {
  51. this.centerYGd = centerYGd;
  52. }
  53. public String getWtdstId() {
  54. return wtdstId;
  55. }
  56. public void setWtdstId(String wtdstId) {
  57. this.wtdstId = wtdstId;
  58. }
  59. public String getWtdstType() {
  60. return wtdstType;
  61. }
  62. public void setWtdstType(String wtdstType) {
  63. this.wtdstType = wtdstType;
  64. }
  65. public String getWtdstNm() {
  66. return wtdstNm;
  67. }
  68. public void setWtdstNm(String wtdstNm) {
  69. this.wtdstNm = wtdstNm;
  70. }
  71. public String getWtdstState() {
  72. return wtdstState;
  73. }
  74. public void setWtdstState(String wtdstState) {
  75. this.wtdstState = wtdstState;
  76. }
  77. public String getLocAd() {
  78. return locAd;
  79. }
  80. public void setLocAd(String locAd) {
  81. this.locAd = locAd;
  82. }
  83. public String getWtdstDtle() {
  84. return wtdstDtle;
  85. }
  86. public void setWtdstDtle(String wtdstDtle) {
  87. this.wtdstDtle = wtdstDtle;
  88. }
  89. public String getWtdstWrkam() {
  90. return wtdstWrkam;
  91. }
  92. public void setWtdstWrkam(String wtdstWrkam) {
  93. this.wtdstWrkam = wtdstWrkam;
  94. }
  95. public String getPlanRcvrTm() {
  96. return planRcvrTm;
  97. }
  98. public void setPlanRcvrTm(String planRcvrTm) {
  99. this.planRcvrTm = planRcvrTm;
  100. }
  101. public String getIntm() {
  102. return intm;
  103. }
  104. public void setIntm(String intm) {
  105. this.intm = intm;
  106. }
  107. public String getUptm() {
  108. return uptm;
  109. }
  110. public void setUptm(String uptm) {
  111. this.uptm = uptm;
  112. }
  113. public String getNote() {
  114. return note;
  115. }
  116. public void setNote(String note) {
  117. this.note = note;
  118. }
  119. public Double getWtdstLgtd() {
  120. return wtdstLgtd;
  121. }
  122. public void setWtdstLgtd(Double wtdstLgtd) {
  123. this.wtdstLgtd = wtdstLgtd;
  124. }
  125. public Double getWtdstLttd() {
  126. return wtdstLttd;
  127. }
  128. public void setWtdstLttd(Double wtdstLttd) {
  129. this.wtdstLttd = wtdstLttd;
  130. }
  131. public String getLocNm() {
  132. return locNm;
  133. }
  134. public void setLocNm(String locNm) {
  135. this.locNm = locNm;
  136. }
  137. public String getObjType() {
  138. return objType;
  139. }
  140. public void setObjType(String objType) {
  141. this.objType = objType;
  142. }
  143. public String getObjCode() {
  144. return objCode;
  145. }
  146. public void setObjCode(String objCode) {
  147. this.objCode = objCode;
  148. }
  149. public String getObjName() {
  150. return objName;
  151. }
  152. public void setObjName(String objName) {
  153. this.objName = objName;
  154. }
  155. @Override
  156. public String toString() {
  157. return "PersWtdstInfoDto{" +
  158. "centerXGd=" + centerXGd +
  159. ", centerYGd=" + centerYGd +
  160. ", wtdstId='" + wtdstId + '\'' +
  161. ", wtdstType='" + wtdstType + '\'' +
  162. ", wtdstNm='" + wtdstNm + '\'' +
  163. ", wtdstState='" + wtdstState + '\'' +
  164. ", locAd='" + locAd + '\'' +
  165. ", wtdstDtle='" + wtdstDtle + '\'' +
  166. ", wtdstWrkam='" + wtdstWrkam + '\'' +
  167. ", planRcvrTm='" + planRcvrTm + '\'' +
  168. ", intm='" + intm + '\'' +
  169. ", uptm='" + uptm + '\'' +
  170. ", note='" + note + '\'' +
  171. ", wtdstLgtd=" + wtdstLgtd +
  172. ", wtdstLttd=" + wtdstLttd +
  173. ", locNm='" + locNm + '\'' +
  174. ", objType='" + objType + '\'' +
  175. ", objCode='" + objCode + '\'' +
  176. ", objName='" + objName + '\'' +
  177. '}';
  178. }
  179. }