package com.moon.server.entity.mn;
|
|
import com.baomidou.mybatisplus.annotation.TableField;
|
import com.baomidou.mybatisplus.annotation.TableName;
|
import com.moon.server.entity.all.BaseGeoEntity;
|
import lombok.*;
|
|
import java.math.BigDecimal;
|
import java.sql.Timestamp;
|
import java.time.LocalDate;
|
|
/**
|
* Lrolrocedrnacfootprints
|
* @author WWW
|
*/
|
@Data
|
@AllArgsConstructor
|
@TableName("mn.lro_lroc_edrnac_footprints")
|
@EqualsAndHashCode(callSuper = false)
|
@SuppressWarnings("AlibabaLowerCamelCaseVariableNaming")
|
public class LrolrocedrnacfootprintsEntity extends BaseGeoEntity {
|
private static final long serialVersionUID = 544524195857590144L;
|
|
private BigDecimal lat;
|
|
private BigDecimal lon;
|
|
private BigDecimal maxlat;
|
|
private BigDecimal minlat;
|
|
private BigDecimal eastlon;
|
|
private BigDecimal westlon;
|
|
private BigDecimal emangle;
|
|
private BigDecimal inangle;
|
|
private BigDecimal phangle;
|
|
private BigDecimal sollong;
|
|
private String npolestate;
|
|
private String spolestate;
|
|
private String target;
|
|
private String productid;
|
|
private String datasetid;
|
|
private String insthostid;
|
|
private String instid;
|
|
private Timestamp utcstart;
|
|
private Timestamp utcend;
|
|
private String pdsvolid;
|
|
private String prodtype;
|
|
private String shpsource;
|
|
private String exturl;
|
|
private String ext2url;
|
|
private String ext3url;
|
|
private String produrl;
|
|
private String filesurl;
|
|
private String labelurl;
|
|
private String piloturl;
|
|
private String odeid;
|
|
private String subsitetag;
|
|
private String datastatus;
|
|
private String remarks;
|
|
private String version;
|
|
private String datastage;
|
|
public LrolrocedrnacfootprintsEntity() {
|
}
|
|
public BigDecimal getlat() {
|
return lat;
|
}
|
|
public void setlat(BigDecimal lat) {
|
this.lat = lat;
|
}
|
|
public BigDecimal getlon() {
|
return lon;
|
}
|
|
public void setlon(BigDecimal lon) {
|
this.lon = lon;
|
}
|
|
public BigDecimal getmaxlat() {
|
return maxlat;
|
}
|
|
public void setmaxlat(BigDecimal maxlat) {
|
this.maxlat = maxlat;
|
}
|
|
public BigDecimal getminlat() {
|
return minlat;
|
}
|
|
public void setminlat(BigDecimal minlat) {
|
this.minlat = minlat;
|
}
|
|
public BigDecimal geteastlon() {
|
return eastlon;
|
}
|
|
public void seteastlon(BigDecimal eastlon) {
|
this.eastlon = eastlon;
|
}
|
|
public BigDecimal getwestlon() {
|
return westlon;
|
}
|
|
public void setwestlon(BigDecimal westlon) {
|
this.westlon = westlon;
|
}
|
|
public BigDecimal getemangle() {
|
return emangle;
|
}
|
|
public void setemangle(BigDecimal emangle) {
|
this.emangle = emangle;
|
}
|
|
public BigDecimal getinangle() {
|
return inangle;
|
}
|
|
public void setinangle(BigDecimal inangle) {
|
this.inangle = inangle;
|
}
|
|
public BigDecimal getphangle() {
|
return phangle;
|
}
|
|
public void setphangle(BigDecimal phangle) {
|
this.phangle = phangle;
|
}
|
|
public BigDecimal getsollong() {
|
return sollong;
|
}
|
|
public void setsollong(BigDecimal sollong) {
|
this.sollong = sollong;
|
}
|
|
public String getnpolestate() {
|
return npolestate;
|
}
|
|
public void setnpolestate(String npolestate) {
|
this.npolestate = npolestate;
|
}
|
|
public String getspolestate() {
|
return spolestate;
|
}
|
|
public void setspolestate(String spolestate) {
|
this.spolestate = spolestate;
|
}
|
|
public String gettarget() {
|
return target;
|
}
|
|
public void settarget(String target) {
|
this.target = target;
|
}
|
|
public String getproductid() {
|
return productid;
|
}
|
|
public void setproductid(String productid) {
|
this.productid = productid;
|
}
|
|
public String getdatasetid() {
|
return datasetid;
|
}
|
|
public void setdatasetid(String datasetid) {
|
this.datasetid = datasetid;
|
}
|
|
public String getinsthostid() {
|
return insthostid;
|
}
|
|
public void setinsthostid(String insthostid) {
|
this.insthostid = insthostid;
|
}
|
|
public String getinstid() {
|
return instid;
|
}
|
|
public void setinstid(String instid) {
|
this.instid = instid;
|
}
|
|
public Timestamp getutcstart() {
|
return utcstart;
|
}
|
|
public void setutcstart(Timestamp utcstart) {
|
this.utcstart = utcstart;
|
}
|
|
public Timestamp getutcend() {
|
return utcend;
|
}
|
|
public void setutcend(Timestamp utcend) {
|
this.utcend = utcend;
|
}
|
|
public String getpdsvolid() {
|
return pdsvolid;
|
}
|
|
public void setpdsvolid(String pdsvolid) {
|
this.pdsvolid = pdsvolid;
|
}
|
|
public String getprodtype() {
|
return prodtype;
|
}
|
|
public void setprodtype(String prodtype) {
|
this.prodtype = prodtype;
|
}
|
|
public String getshpsource() {
|
return shpsource;
|
}
|
|
public void setshpsource(String shpsource) {
|
this.shpsource = shpsource;
|
}
|
|
public String getexturl() {
|
return exturl;
|
}
|
|
public void setexturl(String exturl) {
|
this.exturl = exturl;
|
}
|
|
public String getext2url() {
|
return ext2url;
|
}
|
|
public void setext2url(String ext2url) {
|
this.ext2url = ext2url;
|
}
|
|
public String getext3url() {
|
return ext3url;
|
}
|
|
public void setext3url(String ext3url) {
|
this.ext3url = ext3url;
|
}
|
|
public String getprodurl() {
|
return produrl;
|
}
|
|
public void setprodurl(String produrl) {
|
this.produrl = produrl;
|
}
|
|
public String getfilesurl() {
|
return filesurl;
|
}
|
|
public void setfilesurl(String filesurl) {
|
this.filesurl = filesurl;
|
}
|
|
public String getlabelurl() {
|
return labelurl;
|
}
|
|
public void setlabelurl(String labelurl) {
|
this.labelurl = labelurl;
|
}
|
|
public String getpiloturl() {
|
return piloturl;
|
}
|
|
public void setpiloturl(String piloturl) {
|
this.piloturl = piloturl;
|
}
|
|
public String getodeid() {
|
return odeid;
|
}
|
|
public void setodeid(String odeid) {
|
this.odeid = odeid;
|
}
|
|
public String getsubsitetag() {
|
return subsitetag;
|
}
|
|
public void setsubsitetag(String subsitetag) {
|
this.subsitetag = subsitetag;
|
}
|
|
public String getdatastatus() {
|
return datastatus;
|
}
|
|
public void setdatastatus(String datastatus) {
|
this.datastatus = datastatus;
|
}
|
|
public String getremarks() {
|
return remarks;
|
}
|
|
public void setremarks(String remarks) {
|
this.remarks = remarks;
|
}
|
|
public String getversion() {
|
return version;
|
}
|
|
public void setversion(String version) {
|
this.version = version;
|
}
|
|
public String getdatastage() {
|
return datastage;
|
}
|
|
public void setdatastage(String datastage) {
|
this.datastage = datastage;
|
}
|
}
|