| | |
| | | package com.java110.vo.api.community; |
| | | |
| | | import com.java110.vo.MorePageVo; |
| | | |
| | | import java.io.Serializable; |
| | | import java.util.Date; |
| | | |
| | | public class ApiCommunityDataVo implements Serializable { |
| | | |
| | | private String communityId; |
| | | private String name; |
| | | private String address; |
| | | private String nearbyLandmarks; |
| | | private String cityCode; |
| | | private String name; |
| | | private String communityId; |
| | | private String mapY; |
| | | private String mapX; |
| | | |
| | | |
| | | private Date createTime; |
| | | |
| | | public String getAddress() { |
| | | return address; |
| | | } |
| | | |
| | | public void setAddress(String address) { |
| | | this.address = address; |
| | | } |
| | | |
| | | public String getNearbyLandmarks() { |
| | | return nearbyLandmarks; |
| | | } |
| | | |
| | | public void setNearbyLandmarks(String nearbyLandmarks) { |
| | | this.nearbyLandmarks = nearbyLandmarks; |
| | | } |
| | | |
| | | public String getCityCode() { |
| | | return cityCode; |
| | | } |
| | | |
| | | public void setCityCode(String cityCode) { |
| | | this.cityCode = cityCode; |
| | | } |
| | | |
| | | public String getName() { |
| | | return name; |
| | | } |
| | | |
| | | public void setName(String name) { |
| | | this.name = name; |
| | | } |
| | | |
| | | private String mapY; |
| | | public String getCommunityId() { |
| | | return communityId; |
| | | } |
| | | |
| | | public void setCommunityId(String communityId) { |
| | | this.communityId = communityId; |
| | | } |
| | | |
| | | public String getName() { |
| | | return name; |
| | | } |
| | | public void setName(String name) { |
| | | this.name = name; |
| | | } |
| | | public String getAddress() { |
| | | return address; |
| | | } |
| | | public void setAddress(String address) { |
| | | this.address = address; |
| | | } |
| | | public String getNearbyLandmarks() { |
| | | return nearbyLandmarks; |
| | | } |
| | | public void setNearbyLandmarks(String nearbyLandmarks) { |
| | | this.nearbyLandmarks = nearbyLandmarks; |
| | | } |
| | | public String getCityCode() { |
| | | return cityCode; |
| | | } |
| | | public void setCityCode(String cityCode) { |
| | | this.cityCode = cityCode; |
| | | } |
| | | public String getMapX() { |
| | | return mapX; |
| | | } |
| | | public void setMapX(String mapX) { |
| | | this.mapX = mapX; |
| | | } |
| | | public String getMapY() { |
| | | return mapY; |
| | | } |
| | | |
| | | public void setMapY(String mapY) { |
| | | this.mapY = mapY; |
| | | } |
| | | |
| | | public String getMapX() { |
| | | return mapX; |
| | | } |
| | | |
| | | public void setMapX(String mapX) { |
| | | this.mapX = mapX; |
| | | } |
| | | |
| | | public Date getCreateTime() { |
| | | return createTime; |
| | | } |
| | | |
| | | public void setCreateTime(Date createTime) { |
| | | this.createTime = createTime; |
| | | } |
| | | } |