| | |
| | | @AllArgsConstructor |
| | | @TableName("mn.geo_wrinkle_ridge") |
| | | @EqualsAndHashCode(callSuper = false) |
| | | @SuppressWarnings("AlibabaLowerCamelCaseVariableNaming") |
| | | public class GeowrinkleridgeEntity extends BaseGeoEntity { |
| | | private static final long serialVersionUID = 544524195857590144L; |
| | | private static final long serialVersionUID = 440832093097657024L; |
| | | |
| | | private String c_name; |
| | | private String cName; |
| | | |
| | | private String e_name; |
| | | private String eName; |
| | | |
| | | private String quadrangle; |
| | | |
| | |
| | | |
| | | private String era; |
| | | |
| | | private BigDecimal endp1_lon; |
| | | private BigDecimal endp1Lon; |
| | | |
| | | private BigDecimal endp1_lat; |
| | | private BigDecimal endp1Lat; |
| | | |
| | | private BigDecimal endp2_lon; |
| | | private BigDecimal endp2Lon; |
| | | |
| | | private BigDecimal endp2_lat; |
| | | private BigDecimal endp2Lat; |
| | | |
| | | private String tec_unit; |
| | | private String tecUnit; |
| | | |
| | | private String f_dese; |
| | | private String fDese; |
| | | |
| | | private String mare_lac; |
| | | private String mareLac; |
| | | |
| | | private String feature_id; |
| | | private String featureId; |
| | | |
| | | private String feature_t; |
| | | private String featuret; |
| | | |
| | | private String addition; |
| | | |
| | |
| | | public GeowrinkleridgeEntity() { |
| | | } |
| | | |
| | | 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 getlength() { |
| | | public BigDecimal getLength() { |
| | | return length; |
| | | } |
| | | |
| | | public void setlength(BigDecimal length) { |
| | | public void setLength(BigDecimal length) { |
| | | this.length = length; |
| | | } |
| | | |
| | | public String getera() { |
| | | public String getEra() { |
| | | return era; |
| | | } |
| | | |
| | | public void setera(String era) { |
| | | public void setEra(String era) { |
| | | this.era = era; |
| | | } |
| | | |
| | | public BigDecimal getendp1_lon() { |
| | | return endp1_lon; |
| | | public BigDecimal getEndp1Lon() { |
| | | return endp1Lon; |
| | | } |
| | | |
| | | public void setendp1_lon(BigDecimal endp1_lon) { |
| | | this.endp1_lon = endp1_lon; |
| | | public void setEndp1Lon(BigDecimal endp1Lon) { |
| | | this.endp1Lon = endp1Lon; |
| | | } |
| | | |
| | | public BigDecimal getendp1_lat() { |
| | | return endp1_lat; |
| | | public BigDecimal getEndp1Lat() { |
| | | return endp1Lat; |
| | | } |
| | | |
| | | public void setendp1_lat(BigDecimal endp1_lat) { |
| | | this.endp1_lat = endp1_lat; |
| | | public void setEndp1Lat(BigDecimal endp1Lat) { |
| | | this.endp1Lat = endp1Lat; |
| | | } |
| | | |
| | | public BigDecimal getendp2_lon() { |
| | | return endp2_lon; |
| | | public BigDecimal getEndp2Lon() { |
| | | return endp2Lon; |
| | | } |
| | | |
| | | public void setendp2_lon(BigDecimal endp2_lon) { |
| | | this.endp2_lon = endp2_lon; |
| | | public void setEndp2Lon(BigDecimal endp2Lon) { |
| | | this.endp2Lon = endp2Lon; |
| | | } |
| | | |
| | | public BigDecimal getendp2_lat() { |
| | | return endp2_lat; |
| | | public BigDecimal getEndp2Lat() { |
| | | return endp2Lat; |
| | | } |
| | | |
| | | public void setendp2_lat(BigDecimal endp2_lat) { |
| | | this.endp2_lat = endp2_lat; |
| | | public void setEndp2Lat(BigDecimal endp2Lat) { |
| | | this.endp2Lat = endp2Lat; |
| | | } |
| | | |
| | | 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_dese() { |
| | | return f_dese; |
| | | public String getfDese() { |
| | | return fDese; |
| | | } |
| | | |
| | | public void setf_dese(String f_dese) { |
| | | this.f_dese = f_dese; |
| | | public void setfDese(String fDese) { |
| | | this.fDese = fDese; |
| | | } |
| | | |
| | | public String getmare_lac() { |
| | | return mare_lac; |
| | | public String getMareLac() { |
| | | return mareLac; |
| | | } |
| | | |
| | | public void setmare_lac(String mare_lac) { |
| | | this.mare_lac = mare_lac; |
| | | public void setMareLac(String mareLac) { |
| | | this.mareLac = mareLac; |
| | | } |
| | | |
| | | 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 getaddition() { |
| | | public String getAddition() { |
| | | return addition; |
| | | } |
| | | |
| | | public void setaddition(String addition) { |
| | | public void setAddition(String addition) { |
| | | this.addition = addition; |
| | | } |
| | | |
| | | 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; |
| | | } |
| | | } |