| | |
| | | |
| | | private String type; |
| | | |
| | | private long sizes; |
| | | private double sizes; |
| | | |
| | | private String cs; |
| | | |
| | |
| | | private String resolution; |
| | | |
| | | private Timestamp gather; |
| | | |
| | | private String batch; |
| | | |
| | | private String descr; |
| | | |
| | |
| | | |
| | | private Timestamp updateTime; |
| | | |
| | | private String geo; |
| | | private String geom; |
| | | |
| | | public MetaEntity() { |
| | | } |
| | |
| | | this.type = type; |
| | | } |
| | | |
| | | public long getSizes() { |
| | | public double getSizes() { |
| | | return sizes; |
| | | } |
| | | |
| | | public void setSizes(long sizes) { |
| | | public void setSizes(double sizes) { |
| | | this.sizes = sizes; |
| | | } |
| | | |
| | |
| | | |
| | | public void setGather(Timestamp gather) { |
| | | this.gather = gather; |
| | | } |
| | | |
| | | public String getBatch() { |
| | | return batch; |
| | | } |
| | | |
| | | public void setBatch(String batch) { |
| | | this.batch = batch; |
| | | } |
| | | |
| | | public String getDescr() { |
| | |
| | | this.updateTime = updateTime; |
| | | } |
| | | |
| | | public String getGeo() { |
| | | return geo; |
| | | public String getGeom() { |
| | | return geom; |
| | | } |
| | | |
| | | public void setGeo(String geo) { |
| | | this.geo = geo; |
| | | public void setGeom(String geom) { |
| | | this.geom = geom; |
| | | } |
| | | } |