| | |
| | | import java.sql.Timestamp; |
| | | import java.time.LocalDate; |
| | | |
| | | /** |
| | | * Geodome |
| | | * @author WWW |
| | | */ |
| | | @Data |
| | | @AllArgsConstructor |
| | | @SuppressWarnings("ALL") |
| | | @TableName("mn.geo_dome") |
| | | @EqualsAndHashCode(callSuper = false) |
| | | @SuppressWarnings("AlibabaLowerCamelCaseVariableNaming") |
| | | public class GeodomeEntity extends BaseGeoEntity { |
| | | private static final long serialVersionUID = 98513962746837152L; |
| | | private static final long serialVersionUID = 95346478324079184L; |
| | | |
| | | private String c_name; |
| | | private String cName; |
| | | |
| | | private String e_name; |
| | | private String eName; |
| | | |
| | | private String quadrangle; |
| | | |
| | |
| | | |
| | | private BigDecimal elevation; |
| | | |
| | | private String tec_unit; |
| | | private String tecUnit; |
| | | |
| | | private String f_desc; |
| | | private String fDesc; |
| | | |
| | | private String feature_id; |
| | | private String featureId; |
| | | |
| | | private String feature_t; |
| | | private String featureT; |
| | | |
| | | private String datastatus; |
| | | |
| | |
| | | public GeodomeEntity() { |
| | | } |
| | | |
| | | public String getc_name() { |
| | | return c_name; |
| | | public String getCName() { |
| | | return cName; |
| | | } |
| | | |
| | | public void setc_name(String c_name) { |
| | | this.c_name = c_name; |
| | | public void setCName(String cName) { |
| | | this.cName = cName; |
| | | } |
| | | |
| | | public String gete_name() { |
| | | return e_name; |
| | | public String getEName() { |
| | | return eName; |
| | | } |
| | | |
| | | public void sete_name(String e_name) { |
| | | this.e_name = e_name; |
| | | public void setEName(String eName) { |
| | | this.eName = eName; |
| | | } |
| | | |
| | | public String getquadrangle() { |
| | | public String getQuadrangle() { |
| | | return quadrangle; |
| | | } |
| | | |
| | | public void setquadrangle(String quadrangle) { |
| | | public void setQuadrangle(String quadrangle) { |
| | | this.quadrangle = quadrangle; |
| | | } |
| | | |
| | | public String getclasses() { |
| | | public String getClasses() { |
| | | return classes; |
| | | } |
| | | |
| | | public void setclasses(String classes) { |
| | | public void setClasses(String classes) { |
| | | this.classes = classes; |
| | | } |
| | | |
| | | public BigDecimal getdiameter() { |
| | | public BigDecimal getDiameter() { |
| | | return diameter; |
| | | } |
| | | |
| | | public void setdiameter(BigDecimal diameter) { |
| | | public void setDiameter(BigDecimal diameter) { |
| | | this.diameter = diameter; |
| | | } |
| | | |
| | | public String getera() { |
| | | public String getEra() { |
| | | return era; |
| | | } |
| | | |
| | | public void setera(String era) { |
| | | public void setEra(String era) { |
| | | this.era = era; |
| | | } |
| | | |
| | | public BigDecimal getlon() { |
| | | public BigDecimal getLon() { |
| | | return lon; |
| | | } |
| | | |
| | | public void setlon(BigDecimal lon) { |
| | | public void setLon(BigDecimal lon) { |
| | | this.lon = lon; |
| | | } |
| | | |
| | | public BigDecimal getlat() { |
| | | public BigDecimal getLat() { |
| | | return lat; |
| | | } |
| | | |
| | | public void setlat(BigDecimal lat) { |
| | | public void setLat(BigDecimal lat) { |
| | | this.lat = lat; |
| | | } |
| | | |
| | | public BigDecimal getelevation() { |
| | | public BigDecimal getElevation() { |
| | | return elevation; |
| | | } |
| | | |
| | | public void setelevation(BigDecimal elevation) { |
| | | public void setElevation(BigDecimal elevation) { |
| | | this.elevation = elevation; |
| | | } |
| | | |
| | | public String gettec_unit() { |
| | | return tec_unit; |
| | | public String getTecUnit() { |
| | | return tecUnit; |
| | | } |
| | | |
| | | public void settec_unit(String tec_unit) { |
| | | this.tec_unit = tec_unit; |
| | | public void setTecUnit(String tecUnit) { |
| | | this.tecUnit = tecUnit; |
| | | } |
| | | |
| | | public String getf_desc() { |
| | | return f_desc; |
| | | public String getFDesc() { |
| | | return fDesc; |
| | | } |
| | | |
| | | public void setf_desc(String f_desc) { |
| | | this.f_desc = f_desc; |
| | | public void setFDesc(String fDesc) { |
| | | this.fDesc = fDesc; |
| | | } |
| | | |
| | | public String getfeature_id() { |
| | | return feature_id; |
| | | public String getFeatureId() { |
| | | return featureId; |
| | | } |
| | | |
| | | public void setfeature_id(String feature_id) { |
| | | this.feature_id = feature_id; |
| | | public void setFeatureId(String featureId) { |
| | | this.featureId = featureId; |
| | | } |
| | | |
| | | public String getfeature_t() { |
| | | return feature_t; |
| | | public String getFeatureT() { |
| | | return featureT; |
| | | } |
| | | |
| | | public void setfeature_t(String feature_t) { |
| | | this.feature_t = feature_t; |
| | | public void setFeatureT(String featureT) { |
| | | this.featureT = featureT; |
| | | } |
| | | |
| | | 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; |
| | | } |
| | | } |