| | |
| | | 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 = 568989950962825664L; |
| | | private static final long serialVersionUID = 377736424271825920L; |
| | | |
| | | private BigDecimal centerlat; |
| | | private BigDecimal lat; |
| | | |
| | | private BigDecimal centerlon; |
| | | private BigDecimal lon; |
| | | |
| | | private BigDecimal maxlat; |
| | | |
| | |
| | | |
| | | private String instid; |
| | | |
| | | private String utcstart; |
| | | private Timestamp utcstart; |
| | | |
| | | private String utcend; |
| | | private Timestamp utcend; |
| | | |
| | | private String pdsvolid; |
| | | |
| | | private String prodtype; |
| | | |
| | | private String createdate; |
| | | |
| | | private String shpsource; |
| | | |
| | |
| | | |
| | | private String subsitetag; |
| | | |
| | | private String belongs; |
| | | |
| | | private String belongsid; |
| | | |
| | | private String datastatus; |
| | | |
| | | private String remarks; |
| | |
| | | public LrolrocedrnacfootprintsEntity() { |
| | | } |
| | | |
| | | public BigDecimal getCenterlat() { |
| | | return centerlat; |
| | | public BigDecimal getLat() { |
| | | return lat; |
| | | } |
| | | |
| | | public void setCenterlat(BigDecimal centerlat) { |
| | | this.centerlat = centerlat; |
| | | public void setLat(BigDecimal lat) { |
| | | this.lat = lat; |
| | | } |
| | | |
| | | public BigDecimal getCenterlon() { |
| | | return centerlon; |
| | | public BigDecimal getLon() { |
| | | return lon; |
| | | } |
| | | |
| | | public void setCenterlon(BigDecimal centerlon) { |
| | | this.centerlon = centerlon; |
| | | public void setLon(BigDecimal lon) { |
| | | this.lon = lon; |
| | | } |
| | | |
| | | public BigDecimal getMaxlat() { |
| | |
| | | this.instid = instid; |
| | | } |
| | | |
| | | public String getUtcstart() { |
| | | public Timestamp getUtcstart() { |
| | | return utcstart; |
| | | } |
| | | |
| | | public void setUtcstart(String utcstart) { |
| | | public void setUtcstart(Timestamp utcstart) { |
| | | this.utcstart = utcstart; |
| | | } |
| | | |
| | | public String getUtcend() { |
| | | public Timestamp getUtcend() { |
| | | return utcend; |
| | | } |
| | | |
| | | public void setUtcend(String utcend) { |
| | | public void setUtcend(Timestamp utcend) { |
| | | this.utcend = utcend; |
| | | } |
| | | |
| | |
| | | |
| | | public void setProdtype(String prodtype) { |
| | | this.prodtype = prodtype; |
| | | } |
| | | |
| | | public String getCreatedate() { |
| | | return createdate; |
| | | } |
| | | |
| | | public void setCreatedate(String createdate) { |
| | | this.createdate = createdate; |
| | | } |
| | | |
| | | public String getShpsource() { |
| | |
| | | |
| | | public void setSubsitetag(String subsitetag) { |
| | | this.subsitetag = subsitetag; |
| | | } |
| | | |
| | | public String getBelongs() { |
| | | return belongs; |
| | | } |
| | | |
| | | public void setBelongs(String belongs) { |
| | | this.belongs = belongs; |
| | | } |
| | | |
| | | public String getBelongsid() { |
| | | return belongsid; |
| | | } |
| | | |
| | | public void setBelongsid(String belongsid) { |
| | | this.belongsid = belongsid; |
| | | } |
| | | |
| | | public String getDatastatus() { |