| | |
| | | @AllArgsConstructor |
| | | @TableName("mn.nac_dtms_180") |
| | | @EqualsAndHashCode(callSuper = false) |
| | | @SuppressWarnings("AlibabaLowerCamelCaseVariableNaming") |
| | | public class Nacdtms180Entity extends BaseGeoEntity { |
| | | private static final long serialVersionUID = 544524195857590144L; |
| | | private static final long serialVersionUID = 82027066071530368L; |
| | | |
| | | private String dtm_name; |
| | | private String dtmName; |
| | | |
| | | private String sitename; |
| | | |
| | | private BigDecimal dtm_vers; |
| | | private BigDecimal dtmVers; |
| | | |
| | | private String images; |
| | | |
| | |
| | | |
| | | private BigDecimal lat; |
| | | |
| | | private BigDecimal relat_le; |
| | | private BigDecimal relatLe; |
| | | |
| | | private BigDecimal triang_rms; |
| | | private BigDecimal triangRms; |
| | | |
| | | private Timestamp completion; |
| | | |
| | | private BigDecimal num_profil; |
| | | private BigDecimal numProfil; |
| | | |
| | | private BigDecimal lola_avg; |
| | | private BigDecimal lolaAvg; |
| | | |
| | | private BigDecimal lola_rms; |
| | | private BigDecimal lolaRms; |
| | | |
| | | private BigDecimal adjust_rms; |
| | | private BigDecimal adjustRms; |
| | | |
| | | private BigDecimal lat_offset; |
| | | private BigDecimal latOffset; |
| | | |
| | | private BigDecimal lon_offset; |
| | | private BigDecimal lonOffset; |
| | | |
| | | private BigDecimal elv_offset; |
| | | private BigDecimal elvOffset; |
| | | |
| | | private String ln_jitter; |
| | | private String lnJitter; |
| | | |
| | | private String sam_jitter; |
| | | private String samJitter; |
| | | |
| | | private String isis_vers; |
| | | private String isisVers; |
| | | |
| | | private BigDecimal cov_sqkm; |
| | | private BigDecimal covSqkm; |
| | | |
| | | private BigDecimal conv_angle; |
| | | private BigDecimal convAngle; |
| | | |
| | | private BigDecimal num_stereo; |
| | | private BigDecimal numStereo; |
| | | |
| | | private String url; |
| | | |
| | |
| | | public Nacdtms180Entity() { |
| | | } |
| | | |
| | | public String getdtm_name() { |
| | | return dtm_name; |
| | | public String getDtmName() { |
| | | return dtmName; |
| | | } |
| | | |
| | | public void setdtm_name(String dtm_name) { |
| | | this.dtm_name = dtm_name; |
| | | public void setDtmName(String dtmName) { |
| | | this.dtmName = dtmName; |
| | | } |
| | | |
| | | public String getsitename() { |
| | | public String getSitename() { |
| | | return sitename; |
| | | } |
| | | |
| | | public void setsitename(String sitename) { |
| | | public void setSitename(String sitename) { |
| | | this.sitename = sitename; |
| | | } |
| | | |
| | | public BigDecimal getdtm_vers() { |
| | | return dtm_vers; |
| | | public BigDecimal getDtmVers() { |
| | | return dtmVers; |
| | | } |
| | | |
| | | public void setdtm_vers(BigDecimal dtm_vers) { |
| | | this.dtm_vers = dtm_vers; |
| | | public void setDtmVers(BigDecimal dtmVers) { |
| | | this.dtmVers = dtmVers; |
| | | } |
| | | |
| | | public String getimages() { |
| | | public String getImages() { |
| | | return images; |
| | | } |
| | | |
| | | public void setimages(String images) { |
| | | public void setImages(String images) { |
| | | this.images = images; |
| | | } |
| | | |
| | | public BigDecimal getresolution() { |
| | | public BigDecimal getResolution() { |
| | | return resolution; |
| | | } |
| | | |
| | | public void setresolution(BigDecimal resolution) { |
| | | public void setResolution(BigDecimal resolution) { |
| | | this.resolution = resolution; |
| | | } |
| | | |
| | | 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 getrelat_le() { |
| | | return relat_le; |
| | | public BigDecimal getRelatLe() { |
| | | return relatLe; |
| | | } |
| | | |
| | | public void setrelat_le(BigDecimal relat_le) { |
| | | this.relat_le = relat_le; |
| | | public void setRelatLe(BigDecimal relatLe) { |
| | | this.relatLe = relatLe; |
| | | } |
| | | |
| | | public BigDecimal gettriang_rms() { |
| | | return triang_rms; |
| | | public BigDecimal getTriangRms() { |
| | | return triangRms; |
| | | } |
| | | |
| | | public void settriang_rms(BigDecimal triang_rms) { |
| | | this.triang_rms = triang_rms; |
| | | public void setTriangRms(BigDecimal triangRms) { |
| | | this.triangRms = triangRms; |
| | | } |
| | | |
| | | public Timestamp getcompletion() { |
| | | public Timestamp getCompletion() { |
| | | return completion; |
| | | } |
| | | |
| | | public void setcompletion(Timestamp completion) { |
| | | public void setCompletion(Timestamp completion) { |
| | | this.completion = completion; |
| | | } |
| | | |
| | | public BigDecimal getnum_profil() { |
| | | return num_profil; |
| | | public BigDecimal getNumProfil() { |
| | | return numProfil; |
| | | } |
| | | |
| | | public void setnum_profil(BigDecimal num_profil) { |
| | | this.num_profil = num_profil; |
| | | public void setNumProfil(BigDecimal numProfil) { |
| | | this.numProfil = numProfil; |
| | | } |
| | | |
| | | public BigDecimal getlola_avg() { |
| | | return lola_avg; |
| | | public BigDecimal getLolaAvg() { |
| | | return lolaAvg; |
| | | } |
| | | |
| | | public void setlola_avg(BigDecimal lola_avg) { |
| | | this.lola_avg = lola_avg; |
| | | public void setLolaAvg(BigDecimal lolaAvg) { |
| | | this.lolaAvg = lolaAvg; |
| | | } |
| | | |
| | | public BigDecimal getlola_rms() { |
| | | return lola_rms; |
| | | public BigDecimal getLolaRms() { |
| | | return lolaRms; |
| | | } |
| | | |
| | | public void setlola_rms(BigDecimal lola_rms) { |
| | | this.lola_rms = lola_rms; |
| | | public void setLolaRms(BigDecimal lolaRms) { |
| | | this.lolaRms = lolaRms; |
| | | } |
| | | |
| | | public BigDecimal getadjust_rms() { |
| | | return adjust_rms; |
| | | public BigDecimal getAdjustRms() { |
| | | return adjustRms; |
| | | } |
| | | |
| | | public void setadjust_rms(BigDecimal adjust_rms) { |
| | | this.adjust_rms = adjust_rms; |
| | | public void setAdjustRms(BigDecimal adjustRms) { |
| | | this.adjustRms = adjustRms; |
| | | } |
| | | |
| | | public BigDecimal getlat_offset() { |
| | | return lat_offset; |
| | | public BigDecimal getLatOffset() { |
| | | return latOffset; |
| | | } |
| | | |
| | | public void setlat_offset(BigDecimal lat_offset) { |
| | | this.lat_offset = lat_offset; |
| | | public void setLatOffset(BigDecimal latOffset) { |
| | | this.latOffset = latOffset; |
| | | } |
| | | |
| | | public BigDecimal getlon_offset() { |
| | | return lon_offset; |
| | | public BigDecimal getLonOffset() { |
| | | return lonOffset; |
| | | } |
| | | |
| | | public void setlon_offset(BigDecimal lon_offset) { |
| | | this.lon_offset = lon_offset; |
| | | public void setLonOffset(BigDecimal lonOffset) { |
| | | this.lonOffset = lonOffset; |
| | | } |
| | | |
| | | public BigDecimal getelv_offset() { |
| | | return elv_offset; |
| | | public BigDecimal getElvOffset() { |
| | | return elvOffset; |
| | | } |
| | | |
| | | public void setelv_offset(BigDecimal elv_offset) { |
| | | this.elv_offset = elv_offset; |
| | | public void setElvOffset(BigDecimal elvOffset) { |
| | | this.elvOffset = elvOffset; |
| | | } |
| | | |
| | | public String getln_jitter() { |
| | | return ln_jitter; |
| | | public String getLnJitter() { |
| | | return lnJitter; |
| | | } |
| | | |
| | | public void setln_jitter(String ln_jitter) { |
| | | this.ln_jitter = ln_jitter; |
| | | public void setLnJitter(String lnJitter) { |
| | | this.lnJitter = lnJitter; |
| | | } |
| | | |
| | | public String getsam_jitter() { |
| | | return sam_jitter; |
| | | public String getSamJitter() { |
| | | return samJitter; |
| | | } |
| | | |
| | | public void setsam_jitter(String sam_jitter) { |
| | | this.sam_jitter = sam_jitter; |
| | | public void setSamJitter(String samJitter) { |
| | | this.samJitter = samJitter; |
| | | } |
| | | |
| | | public String getisis_vers() { |
| | | return isis_vers; |
| | | public String getIsisVers() { |
| | | return isisVers; |
| | | } |
| | | |
| | | public void setisis_vers(String isis_vers) { |
| | | this.isis_vers = isis_vers; |
| | | public void setIsisVers(String isisVers) { |
| | | this.isisVers = isisVers; |
| | | } |
| | | |
| | | public BigDecimal getcov_sqkm() { |
| | | return cov_sqkm; |
| | | public BigDecimal getCovSqkm() { |
| | | return covSqkm; |
| | | } |
| | | |
| | | public void setcov_sqkm(BigDecimal cov_sqkm) { |
| | | this.cov_sqkm = cov_sqkm; |
| | | public void setCovSqkm(BigDecimal covSqkm) { |
| | | this.covSqkm = covSqkm; |
| | | } |
| | | |
| | | public BigDecimal getconv_angle() { |
| | | return conv_angle; |
| | | public BigDecimal getConvAngle() { |
| | | return convAngle; |
| | | } |
| | | |
| | | public void setconv_angle(BigDecimal conv_angle) { |
| | | this.conv_angle = conv_angle; |
| | | public void setConvAngle(BigDecimal convAngle) { |
| | | this.convAngle = convAngle; |
| | | } |
| | | |
| | | public BigDecimal getnum_stereo() { |
| | | return num_stereo; |
| | | public BigDecimal getNumStereo() { |
| | | return numStereo; |
| | | } |
| | | |
| | | public void setnum_stereo(BigDecimal num_stereo) { |
| | | this.num_stereo = num_stereo; |
| | | public void setNumStereo(BigDecimal numStereo) { |
| | | this.numStereo = numStereo; |
| | | } |
| | | |
| | | public String geturl() { |
| | | public String getUrl() { |
| | | return url; |
| | | } |
| | | |
| | | public void seturl(String url) { |
| | | public void setUrl(String url) { |
| | | this.url = url; |
| | | } |
| | | |
| | | public String getfeatures() { |
| | | public String getFeatures() { |
| | | return features; |
| | | } |
| | | |
| | | public void setfeatures(String features) { |
| | | public void setFeatures(String features) { |
| | | this.features = features; |
| | | } |
| | | |
| | | 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; |
| | | } |
| | | } |