| | |
| | | @TableName("mn.copernican_craters_180") |
| | | @EqualsAndHashCode(callSuper = false) |
| | | public class Copernicancraters180Entity extends BaseGeoEntity { |
| | | private static final long serialVersionUID = 568989950962825664L; |
| | | private static final long serialVersionUID = 843699181379610368L; |
| | | |
| | | private BigDecimal diamKm; |
| | | private BigDecimal diameter; |
| | | |
| | | private BigDecimal xCoord; |
| | | |
| | |
| | | private String comments; |
| | | |
| | | private String name; |
| | | |
| | | private String belongs; |
| | | |
| | | private String belongsid; |
| | | |
| | | private String datastatus; |
| | | |
| | |
| | | public Copernicancraters180Entity() { |
| | | } |
| | | |
| | | public BigDecimal getDiamKm() { |
| | | return diamKm; |
| | | public BigDecimal getDiameter() { |
| | | return diameter; |
| | | } |
| | | |
| | | public void setDiamKm(BigDecimal diamKm) { |
| | | this.diamKm = diamKm; |
| | | public void setDiameter(BigDecimal diameter) { |
| | | this.diameter = diameter; |
| | | } |
| | | |
| | | public BigDecimal getxCoord() { |
| | |
| | | |
| | | public void setName(String name) { |
| | | this.name = name; |
| | | } |
| | | |
| | | 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() { |