文件名从 src/main/java/com/moon/server/entity/data/LayerEntity.java 修改 |
| | |
| | | package com.moon.server.entity.data; |
| | | package com.moon.server.entity.sys; |
| | | |
| | | import java.io.Serializable; |
| | | import java.sql.Timestamp; |
| | |
| | | * @author WWW |
| | | */ |
| | | public class LayerEntity implements Serializable { |
| | | private static final long serialVersionUID = -159911666139919168L; |
| | | private static final long serialVersionUID = -371902381708800000L; |
| | | |
| | | private int id; |
| | | |
| | |
| | | |
| | | private String url; |
| | | |
| | | private String testUrl; |
| | | |
| | | private int type; |
| | | private int isLayer; |
| | | |
| | | private String icon; |
| | | |
| | |
| | | |
| | | private int orderNum; |
| | | |
| | | private int isShow; |
| | | private int status; |
| | | |
| | | private int createUser; |
| | | |
| | |
| | | |
| | | private String bak; |
| | | |
| | | private String serveType; |
| | | |
| | | private String dataType; |
| | | |
| | | private double elev; |
| | | |
| | | private String ns; |
| | | private int resid; |
| | | |
| | | private Integer pubid; |
| | | |
| | | private Integer isProject; |
| | | private int type; |
| | | |
| | | public LayerEntity() { |
| | | } |
| | |
| | | this.url = url; |
| | | } |
| | | |
| | | public String getTestUrl() { |
| | | return testUrl; |
| | | public int getIsLayer() { |
| | | return isLayer; |
| | | } |
| | | |
| | | public void setTestUrl(String testUrl) { |
| | | this.testUrl = testUrl; |
| | | } |
| | | |
| | | public int getType() { |
| | | return type; |
| | | } |
| | | |
| | | public void setType(int type) { |
| | | this.type = type; |
| | | public void setIsLayer(int isLayer) { |
| | | this.isLayer = isLayer; |
| | | } |
| | | |
| | | public String getIcon() { |
| | |
| | | this.orderNum = orderNum; |
| | | } |
| | | |
| | | public int getIsShow() { |
| | | return isShow; |
| | | public int getStatus() { |
| | | return status; |
| | | } |
| | | |
| | | public void setIsShow(int isShow) { |
| | | this.isShow = isShow; |
| | | public void setStatus(int status) { |
| | | this.status = status; |
| | | } |
| | | |
| | | public int getCreateUser() { |
| | |
| | | this.bak = bak; |
| | | } |
| | | |
| | | public String getServeType() { |
| | | return serveType; |
| | | } |
| | | |
| | | public void setServeType(String serveType) { |
| | | this.serveType = serveType; |
| | | } |
| | | |
| | | public String getDataType() { |
| | | return dataType; |
| | | } |
| | | |
| | | public void setDataType(String dataType) { |
| | | this.dataType = dataType; |
| | | } |
| | | |
| | | public double getElev() { |
| | | return elev; |
| | | } |
| | |
| | | this.elev = elev; |
| | | } |
| | | |
| | | public String getNs() { |
| | | return ns; |
| | | public int getResid() { |
| | | return resid; |
| | | } |
| | | |
| | | public void setNs(String ns) { |
| | | this.ns = ns; |
| | | public void setResid(int resid) { |
| | | this.resid = resid; |
| | | } |
| | | |
| | | public Integer getPubid() { |
| | | return pubid; |
| | | public int getType() { |
| | | return type; |
| | | } |
| | | |
| | | public void setPubid(Integer pubid) { |
| | | this.pubid = pubid; |
| | | } |
| | | |
| | | public Integer getIsProject() { |
| | | return isProject; |
| | | } |
| | | |
| | | public void setIsProject(Integer isProject) { |
| | | this.isProject = isProject; |
| | | public void setType(int type) { |
| | | this.type = type; |
| | | } |
| | | } |