44c72b7d1cec9885fc32c28c021a1477ea84647a.svn-base 4.5 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219
  1. package cn.com.goldenwater.dcproj.dto;
  2. import cn.com.goldenwater.dcproj.model.RgstrInfo;
  3. import java.util.Date;
  4. /**
  5. * Created by 61618 on 2019/4/20.
  6. */
  7. public class AttSupAdBase extends RgstrInfo {
  8. private String guid;
  9. private String code;
  10. private String name;
  11. private String adType;
  12. private Double lowLeftLong;
  13. private Double lowLeftLat;
  14. private Double upRightLong;
  15. private Double upRightLat;
  16. private String adGrad;
  17. private String upAdGuid;
  18. private String note;
  19. private Date collTime;
  20. private Date updTime;
  21. private String recPers;
  22. private String stat;
  23. private String adFullName;
  24. private Double lgtd;
  25. private Double lttd;
  26. private String id;
  27. private String pnm;
  28. public String getGuid() {
  29. return guid;
  30. }
  31. public void setGuid(String guid) {
  32. this.guid = guid;
  33. }
  34. public String getCode() {
  35. return code;
  36. }
  37. public void setCode(String code) {
  38. this.code = code;
  39. }
  40. public String getName() {
  41. return name;
  42. }
  43. public void setName(String name) {
  44. this.name = name;
  45. }
  46. public String getAdType() {
  47. return adType;
  48. }
  49. public void setAdType(String adType) {
  50. this.adType = adType;
  51. }
  52. public Double getLowLeftLong() {
  53. return lowLeftLong;
  54. }
  55. public void setLowLeftLong(Double lowLeftLong) {
  56. this.lowLeftLong = lowLeftLong;
  57. }
  58. public Double getLowLeftLat() {
  59. return lowLeftLat;
  60. }
  61. public void setLowLeftLat(Double lowLeftLat) {
  62. this.lowLeftLat = lowLeftLat;
  63. }
  64. public Double getUpRightLong() {
  65. return upRightLong;
  66. }
  67. public void setUpRightLong(Double upRightLong) {
  68. this.upRightLong = upRightLong;
  69. }
  70. public Double getUpRightLat() {
  71. return upRightLat;
  72. }
  73. public void setUpRightLat(Double upRightLat) {
  74. this.upRightLat = upRightLat;
  75. }
  76. public String getAdGrad() {
  77. return adGrad;
  78. }
  79. public void setAdGrad(String adGrad) {
  80. this.adGrad = adGrad;
  81. }
  82. public String getUpAdGuid() {
  83. return upAdGuid;
  84. }
  85. public void setUpAdGuid(String upAdGuid) {
  86. this.upAdGuid = upAdGuid;
  87. }
  88. public String getNote() {
  89. return note;
  90. }
  91. public void setNote(String note) {
  92. this.note = note;
  93. }
  94. public Date getCollTime() {
  95. return collTime;
  96. }
  97. public void setCollTime(Date collTime) {
  98. this.collTime = collTime;
  99. }
  100. public Date getUpdTime() {
  101. return updTime;
  102. }
  103. public void setUpdTime(Date updTime) {
  104. this.updTime = updTime;
  105. }
  106. public String getRecPers() {
  107. return recPers;
  108. }
  109. public void setRecPers(String recPers) {
  110. this.recPers = recPers;
  111. }
  112. public String getStat() {
  113. return stat;
  114. }
  115. public void setStat(String stat) {
  116. this.stat = stat;
  117. }
  118. public String getAdFullName() {
  119. return adFullName;
  120. }
  121. public void setAdFullName(String adFullName) {
  122. this.adFullName = adFullName;
  123. }
  124. public Double getLgtd() {
  125. return lgtd;
  126. }
  127. public void setLgtd(Double lgtd) {
  128. this.lgtd = lgtd;
  129. }
  130. public Double getLttd() {
  131. return lttd;
  132. }
  133. public void setLttd(Double lttd) {
  134. this.lttd = lttd;
  135. }
  136. public String getId() {
  137. return id;
  138. }
  139. public void setId(String id) {
  140. this.id = id;
  141. }
  142. public String getPnm() {
  143. return pnm;
  144. }
  145. public void setPnm(String pnm) {
  146. this.pnm = pnm;
  147. }
  148. @Override
  149. public String toString() {
  150. return "AttSupAdBase{" +
  151. "guid='" + guid + '\'' +
  152. ", code='" + code + '\'' +
  153. ", name='" + name + '\'' +
  154. ", adType='" + adType + '\'' +
  155. ", lowLeftLong=" + lowLeftLong +
  156. ", lowLeftLat=" + lowLeftLat +
  157. ", upRightLong=" + upRightLong +
  158. ", upRightLat=" + upRightLat +
  159. ", adGrad='" + adGrad + '\'' +
  160. ", upAdGuid='" + upAdGuid + '\'' +
  161. ", note='" + note + '\'' +
  162. ", collTime=" + collTime +
  163. ", updTime=" + updTime +
  164. ", recPers='" + recPers + '\'' +
  165. ", stat='" + stat + '\'' +
  166. ", adFullName='" + adFullName + '\'' +
  167. ", lgtd=" + lgtd +
  168. ", lttd=" + lttd +
  169. ", id='" + id + '\'' +
  170. ", pnm='" + pnm + '\'' +
  171. '}';
  172. }
  173. }