| | |
| | | import java.sql.Timestamp; |
| | | import java.time.LocalDate; |
| | | |
| | | /** |
| | | * Lrocglobalmare180 |
| | | * @author WWW |
| | | */ |
| | | @Data |
| | | @AllArgsConstructor |
| | | @SuppressWarnings("ALL") |
| | | @TableName("mn.lroc_global_mare_180") |
| | | @EqualsAndHashCode(callSuper = false) |
| | | public class Lrocglobalmare180Entity extends BaseGeoEntity { |
| | | private static final long serialVersionUID = 210184923936699008L; |
| | | |
| | | private Double id; |
| | | private static final long serialVersionUID = 377736424271825920L; |
| | | |
| | | private String mareName; |
| | | |
| | | private BigDecimal perimtrKm; |
| | | private BigDecimal perimKm; |
| | | |
| | | private BigDecimal areaKm; |
| | | |
| | | private String belongs; |
| | | |
| | | private String belongsid; |
| | | private BigDecimal areaKm2; |
| | | |
| | | private String datastatus; |
| | | |
| | |
| | | public Lrocglobalmare180Entity() { |
| | | } |
| | | |
| | | public Double getId() { |
| | | return id; |
| | | } |
| | | |
| | | public void setId(Double id) { |
| | | this.id = id; |
| | | } |
| | | |
| | | public String getMareName() { |
| | | return mareName; |
| | | } |
| | |
| | | this.mareName = mareName; |
| | | } |
| | | |
| | | public BigDecimal getPerimtrKm() { |
| | | return perimtrKm; |
| | | public BigDecimal getPerimKm() { |
| | | return perimKm; |
| | | } |
| | | |
| | | public void setPerimtrKm(BigDecimal perimtrKm) { |
| | | this.perimtrKm = perimtrKm; |
| | | public void setPerimKm(BigDecimal perimKm) { |
| | | this.perimKm = perimKm; |
| | | } |
| | | |
| | | public BigDecimal getAreaKm() { |
| | | return areaKm; |
| | | public BigDecimal getAreaKm2() { |
| | | return areaKm2; |
| | | } |
| | | |
| | | public void setAreaKm(BigDecimal areaKm) { |
| | | this.areaKm = areaKm; |
| | | } |
| | | |
| | | 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 setAreaKm2(BigDecimal areaKm2) { |
| | | this.areaKm2 = areaKm2; |
| | | } |
| | | |
| | | public String getDatastatus() { |