| | |
| | | public class PublishEntity implements Serializable { |
| | | private static final long serialVersionUID = -386130556178340032L; |
| | | |
| | | private int id; |
| | | private Integer id; |
| | | |
| | | private String regid; |
| | | private Integer layerid; |
| | | |
| | | private Integer serviceid; |
| | | |
| | | private String eventid; |
| | | |
| | | private String name; |
| | | |
| | |
| | | |
| | | private String type; |
| | | |
| | | private int status; |
| | | private Integer status; |
| | | |
| | | private String dirid; |
| | | |
| | | private String depid; |
| | | |
| | | private int min; |
| | | private Integer enhanceType; |
| | | |
| | | private int max; |
| | | private Integer min; |
| | | |
| | | private Integer max; |
| | | |
| | | private Integer epsg; |
| | | |
| | | private String ctType; |
| | | |
| | | private String ctJson; |
| | | |
| | | private String json; |
| | | |
| | | private int createUser; |
| | | private Integer createUser; |
| | | |
| | | private Timestamp createTime; |
| | | |
| | | private int updateUser; |
| | | private Integer updateUser; |
| | | |
| | | private Timestamp updateTime; |
| | | |
| | |
| | | |
| | | private String updateName; |
| | | |
| | | private String proxy; |
| | | |
| | | private String unit; |
| | | |
| | | public PublishEntity() { |
| | | } |
| | | |
| | | public int getId() { |
| | | public Integer getId() { |
| | | return id; |
| | | } |
| | | |
| | | public void setId(int id) { |
| | | public void setId(Integer id) { |
| | | this.id = id; |
| | | } |
| | | |
| | | public String getRegid() { |
| | | return regid; |
| | | public Integer getLayerid() { |
| | | return layerid; |
| | | } |
| | | |
| | | public void setRegid(String regid) { |
| | | this.regid = regid; |
| | | public void setLayerid(Integer layerid) { |
| | | this.layerid = layerid; |
| | | } |
| | | |
| | | public Integer getServiceid() { |
| | | return serviceid; |
| | | } |
| | | |
| | | public void setServiceid(Integer serviceid) { |
| | | this.serviceid = serviceid; |
| | | } |
| | | |
| | | public String getEventid() { |
| | | return eventid; |
| | | } |
| | | |
| | | public void setEventid(String eventid) { |
| | | this.eventid = eventid; |
| | | } |
| | | |
| | | public String getName() { |
| | |
| | | this.type = type; |
| | | } |
| | | |
| | | public int getStatus() { |
| | | public Integer getStatus() { |
| | | return status; |
| | | } |
| | | |
| | | public void setStatus(int status) { |
| | | public void setStatus(Integer status) { |
| | | this.status = status; |
| | | } |
| | | |
| | |
| | | this.depid = depid; |
| | | } |
| | | |
| | | public int getMin() { |
| | | public Integer getEnhanceType() { |
| | | return enhanceType; |
| | | } |
| | | |
| | | public void setEnhanceType(Integer enhanceType) { |
| | | this.enhanceType = enhanceType; |
| | | } |
| | | |
| | | public Integer getMin() { |
| | | return min; |
| | | } |
| | | |
| | | public void setMin(int min) { |
| | | public void setMin(Integer min) { |
| | | this.min = min; |
| | | } |
| | | |
| | | public int getMax() { |
| | | public Integer getMax() { |
| | | return max; |
| | | } |
| | | |
| | | public void setMax(int max) { |
| | | public void setMax(Integer max) { |
| | | this.max = max; |
| | | } |
| | | |
| | | public Integer getEpsg() { |
| | | return epsg; |
| | | } |
| | | |
| | | public void setEpsg(Integer epsg) { |
| | | this.epsg = epsg; |
| | | } |
| | | |
| | | public String getCtType() { |
| | | return ctType; |
| | | } |
| | | |
| | | public void setCtType(String ctType) { |
| | | this.ctType = ctType; |
| | | } |
| | | |
| | | public String getCtJson() { |
| | | return ctJson; |
| | | } |
| | | |
| | | public void setCtJson(String ctJson) { |
| | | this.ctJson = ctJson; |
| | | } |
| | | |
| | | public String getJson() { |
| | |
| | | this.json = json; |
| | | } |
| | | |
| | | public int getCreateUser() { |
| | | public Integer getCreateUser() { |
| | | return createUser; |
| | | } |
| | | |
| | | public void setCreateUser(int createUser) { |
| | | public void setCreateUser(Integer createUser) { |
| | | this.createUser = createUser; |
| | | } |
| | | |
| | |
| | | this.createTime = createTime; |
| | | } |
| | | |
| | | public int getUpdateUser() { |
| | | public Integer getUpdateUser() { |
| | | return updateUser; |
| | | } |
| | | |
| | | public void setUpdateUser(int updateUser) { |
| | | public void setUpdateUser(Integer updateUser) { |
| | | this.updateUser = updateUser; |
| | | } |
| | | |
| | |
| | | public void setUpdateName(String updateName) { |
| | | this.updateName = updateName; |
| | | } |
| | | |
| | | public String getProxy() { |
| | | return proxy; |
| | | } |
| | | |
| | | public void setProxy(String proxy) { |
| | | this.proxy = proxy; |
| | | } |
| | | |
| | | public String getUnit() { |
| | | return unit; |
| | | } |
| | | |
| | | public void setUnit(String unit) { |
| | | this.unit = unit; |
| | | } |
| | | } |