| | |
| | | @AllArgsConstructor |
| | | @TableName("mn.copernican_craters_180") |
| | | @EqualsAndHashCode(callSuper = false) |
| | | @SuppressWarnings("AlibabaLowerCamelCaseVariableNaming") |
| | | public class Copernicancraters180Entity extends BaseGeoEntity { |
| | | private static final long serialVersionUID = 934893675583830912L; |
| | | private static final long serialVersionUID = 636016832960777344L; |
| | | |
| | | private BigDecimal diameter; |
| | | |
| | | private BigDecimal x_coord; |
| | | private BigDecimal xCoord; |
| | | |
| | | private BigDecimal y_coord; |
| | | private BigDecimal yCoord; |
| | | |
| | | private String comments; |
| | | |
| | |
| | | public Copernicancraters180Entity() { |
| | | } |
| | | |
| | | public BigDecimal getdiameter() { |
| | | public BigDecimal getDiameter() { |
| | | return diameter; |
| | | } |
| | | |
| | | public void setdiameter(BigDecimal diameter) { |
| | | public void setDiameter(BigDecimal diameter) { |
| | | this.diameter = diameter; |
| | | } |
| | | |
| | | public BigDecimal getx_coord() { |
| | | return x_coord; |
| | | public BigDecimal getxCoord() { |
| | | return xCoord; |
| | | } |
| | | |
| | | public void setx_coord(BigDecimal x_coord) { |
| | | this.x_coord = x_coord; |
| | | public void setxCoord(BigDecimal xCoord) { |
| | | this.xCoord = xCoord; |
| | | } |
| | | |
| | | public BigDecimal gety_coord() { |
| | | return y_coord; |
| | | public BigDecimal getyCoord() { |
| | | return yCoord; |
| | | } |
| | | |
| | | public void sety_coord(BigDecimal y_coord) { |
| | | this.y_coord = y_coord; |
| | | public void setyCoord(BigDecimal yCoord) { |
| | | this.yCoord = yCoord; |
| | | } |
| | | |
| | | public String getcomments() { |
| | | public String getComments() { |
| | | return comments; |
| | | } |
| | | |
| | | public void setcomments(String comments) { |
| | | public void setComments(String comments) { |
| | | this.comments = comments; |
| | | } |
| | | |
| | | public String getname() { |
| | | public String getName() { |
| | | return name; |
| | | } |
| | | |
| | | public void setname(String name) { |
| | | public void setName(String name) { |
| | | this.name = name; |
| | | } |
| | | |
| | | public String getdatastatus() { |
| | | public String getDatastatus() { |
| | | return datastatus; |
| | | } |
| | | |
| | | public void setdatastatus(String datastatus) { |
| | | public void setDatastatus(String datastatus) { |
| | | this.datastatus = datastatus; |
| | | } |
| | | |
| | | public String getremarks() { |
| | | public String getRemarks() { |
| | | return remarks; |
| | | } |
| | | |
| | | public void setremarks(String remarks) { |
| | | public void setRemarks(String remarks) { |
| | | this.remarks = remarks; |
| | | } |
| | | |
| | | public String getversion() { |
| | | public String getVersion() { |
| | | return version; |
| | | } |
| | | |
| | | public void setversion(String version) { |
| | | public void setVersion(String version) { |
| | | this.version = version; |
| | | } |
| | | |
| | | public String getdatastage() { |
| | | public String getDatastage() { |
| | | return datastage; |
| | | } |
| | | |
| | | public void setdatastage(String datastage) { |
| | | public void setDatastage(String datastage) { |
| | | this.datastage = datastage; |
| | | } |
| | | } |