| | |
| | | |
| | | private Timestamp gather; |
| | | |
| | | private String batch; |
| | | |
| | | private String descr; |
| | | |
| | | private int createUser; |
| | |
| | | |
| | | private Timestamp updateTime; |
| | | |
| | | private String geo; |
| | | private String geom; |
| | | |
| | | public MetaEntity() { |
| | | } |
| | |
| | | this.gather = gather; |
| | | } |
| | | |
| | | public String getBatch() { |
| | | return batch; |
| | | } |
| | | |
| | | public void setBatch(String batch) { |
| | | this.batch = batch; |
| | | } |
| | | |
| | | public String getDescr() { |
| | | return descr; |
| | | } |
| | |
| | | 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; |
| | | } |
| | | } |