| | |
| | | import java.sql.Timestamp; |
| | | import java.time.LocalDate; |
| | | |
| | | /** |
| | | * Nacdtms180 |
| | | * @author WWW |
| | | */ |
| | | @Data |
| | | @AllArgsConstructor |
| | | @SuppressWarnings("ALL") |
| | | @TableName("mn.nac_dtms_180") |
| | | @EqualsAndHashCode(callSuper = false) |
| | | public class Nacdtms180Entity extends BaseGeoEntity { |
| | | private static final long serialVersionUID = 210184923936699008L; |
| | | private static final long serialVersionUID = 541356711434832192L; |
| | | |
| | | private String dtmName; |
| | | |
| | |
| | | |
| | | private BigDecimal resolution; |
| | | |
| | | private BigDecimal centerLon; |
| | | private BigDecimal lon; |
| | | |
| | | private BigDecimal centerLat; |
| | | private BigDecimal lat; |
| | | |
| | | private BigDecimal relatLe; |
| | | |
| | | private BigDecimal triangRms; |
| | | |
| | | private String completion; |
| | | private Timestamp completion; |
| | | |
| | | private BigDecimal numProfil; |
| | | |
| | |
| | | private String url; |
| | | |
| | | private String features; |
| | | |
| | | private String belongs; |
| | | |
| | | private String belongsid; |
| | | |
| | | private String datastatus; |
| | | |
| | |
| | | this.resolution = resolution; |
| | | } |
| | | |
| | | public BigDecimal getCenterLon() { |
| | | return centerLon; |
| | | public BigDecimal getLon() { |
| | | return lon; |
| | | } |
| | | |
| | | public void setCenterLon(BigDecimal centerLon) { |
| | | this.centerLon = centerLon; |
| | | public void setLon(BigDecimal lon) { |
| | | this.lon = lon; |
| | | } |
| | | |
| | | public BigDecimal getCenterLat() { |
| | | return centerLat; |
| | | public BigDecimal getLat() { |
| | | return lat; |
| | | } |
| | | |
| | | public void setCenterLat(BigDecimal centerLat) { |
| | | this.centerLat = centerLat; |
| | | public void setLat(BigDecimal lat) { |
| | | this.lat = lat; |
| | | } |
| | | |
| | | public BigDecimal getRelatLe() { |
| | |
| | | this.triangRms = triangRms; |
| | | } |
| | | |
| | | public String getCompletion() { |
| | | public Timestamp getCompletion() { |
| | | return completion; |
| | | } |
| | | |
| | | public void setCompletion(String completion) { |
| | | public void setCompletion(Timestamp completion) { |
| | | this.completion = completion; |
| | | } |
| | | |
| | |
| | | |
| | | public void setFeatures(String features) { |
| | | this.features = features; |
| | | } |
| | | |
| | | public String getBelongs() { |
| | | return belongs; |
| | | } |
| | | |
| | | public void setBelongs(String belongs) { |
| | | this.belongs = belongs; |
| | | } |
| | | |
| | | public String getBelongsid() { |
| | | return belongsid; |
| | | } |
| | | |
| | | public void setBelongsid(String belongsid) { |
| | | this.belongsid = belongsid; |
| | | } |
| | | |
| | | public String getDatastatus() { |