| | |
| | | @TableName("mn.lobate_scarps_180") |
| | | @EqualsAndHashCode(callSuper = false) |
| | | public class Lobatescarps180Entity extends BaseGeoEntity { |
| | | private static final long serialVersionUID = 568989950962825664L; |
| | | private static final long serialVersionUID = 930904387464236672L; |
| | | |
| | | private Double id; |
| | | private BigDecimal startLat; |
| | | |
| | | private BigDecimal latStart; |
| | | private BigDecimal startLon; |
| | | |
| | | private BigDecimal lonStart; |
| | | private BigDecimal endLon; |
| | | |
| | | private BigDecimal lonEnd; |
| | | |
| | | private BigDecimal latEnd; |
| | | |
| | | private String belongs; |
| | | |
| | | private String belongsid; |
| | | private BigDecimal endLat; |
| | | |
| | | private String datastatus; |
| | | |
| | |
| | | public Lobatescarps180Entity() { |
| | | } |
| | | |
| | | public Double getId() { |
| | | return id; |
| | | public BigDecimal getStartLat() { |
| | | return startLat; |
| | | } |
| | | |
| | | public void setId(Double id) { |
| | | this.id = id; |
| | | public void setStartLat(BigDecimal startLat) { |
| | | this.startLat = startLat; |
| | | } |
| | | |
| | | public BigDecimal getLatStart() { |
| | | return latStart; |
| | | public BigDecimal getStartLon() { |
| | | return startLon; |
| | | } |
| | | |
| | | public void setLatStart(BigDecimal latStart) { |
| | | this.latStart = latStart; |
| | | public void setStartLon(BigDecimal startLon) { |
| | | this.startLon = startLon; |
| | | } |
| | | |
| | | public BigDecimal getLonStart() { |
| | | return lonStart; |
| | | public BigDecimal getEndLon() { |
| | | return endLon; |
| | | } |
| | | |
| | | public void setLonStart(BigDecimal lonStart) { |
| | | this.lonStart = lonStart; |
| | | public void setEndLon(BigDecimal endLon) { |
| | | this.endLon = endLon; |
| | | } |
| | | |
| | | public BigDecimal getLonEnd() { |
| | | return lonEnd; |
| | | public BigDecimal getEndLat() { |
| | | return endLat; |
| | | } |
| | | |
| | | public void setLonEnd(BigDecimal lonEnd) { |
| | | this.lonEnd = lonEnd; |
| | | } |
| | | |
| | | public BigDecimal getLatEnd() { |
| | | return latEnd; |
| | | } |
| | | |
| | | public void setLatEnd(BigDecimal latEnd) { |
| | | this.latEnd = latEnd; |
| | | } |
| | | |
| | | 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 void setEndLat(BigDecimal endLat) { |
| | | this.endLat = endLat; |
| | | } |
| | | |
| | | public String getDatastatus() { |