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
|
@SuppressWarnings("ALL")
|
@TableName("mn.lro_lroc_edrnac_footprints")
|
@EqualsAndHashCode(callSuper = false)
|
public class LrolrocedrnacfootprintsEntity extends BaseGeoEntity {
|
private static final long serialVersionUID = 80409608353120096L;
|
|
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;
|
}
|
}
|