| | |
| | | @TableName("mn.lola_81s_sp_psr_stereographic_10km2") |
| | | @EqualsAndHashCode(callSuper = false) |
| | | public class Lola81ssppsrstereographic10km2Entity extends BaseGeoEntity { |
| | | private static final long serialVersionUID = 568989950962825664L; |
| | | |
| | | private BigDecimal id; |
| | | private static final long serialVersionUID = 930904387464236672L; |
| | | |
| | | private String psrId; |
| | | |
| | | private BigDecimal latitude; |
| | | private BigDecimal lat; |
| | | |
| | | private BigDecimal longitude; |
| | | private BigDecimal lon; |
| | | |
| | | private BigDecimal areaKm2; |
| | | |
| | | private BigDecimal perimKm; |
| | | |
| | | private String belongs; |
| | | |
| | | private String belongsid; |
| | | |
| | | private String datastatus; |
| | | |
| | |
| | | public Lola81ssppsrstereographic10km2Entity() { |
| | | } |
| | | |
| | | public BigDecimal getId() { |
| | | return id; |
| | | } |
| | | |
| | | public void setId(BigDecimal id) { |
| | | this.id = id; |
| | | } |
| | | |
| | | public String getPsrId() { |
| | | return psrId; |
| | | } |
| | |
| | | this.psrId = psrId; |
| | | } |
| | | |
| | | public BigDecimal getLatitude() { |
| | | return latitude; |
| | | public BigDecimal getLat() { |
| | | return lat; |
| | | } |
| | | |
| | | public void setLatitude(BigDecimal latitude) { |
| | | this.latitude = latitude; |
| | | public void setLat(BigDecimal lat) { |
| | | this.lat = lat; |
| | | } |
| | | |
| | | public BigDecimal getLongitude() { |
| | | return longitude; |
| | | public BigDecimal getLon() { |
| | | return lon; |
| | | } |
| | | |
| | | public void setLongitude(BigDecimal longitude) { |
| | | this.longitude = longitude; |
| | | public void setLon(BigDecimal lon) { |
| | | this.lon = lon; |
| | | } |
| | | |
| | | public BigDecimal getAreaKm2() { |
| | |
| | | |
| | | public void setPerimKm(BigDecimal perimKm) { |
| | | this.perimKm = perimKm; |
| | | } |
| | | |
| | | 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() { |