| | |
| | | package com.lf.server.entity.data; |
| | | |
| | | import java.io.Serializable; |
| | | import java.sql.Timestamp; |
| | | |
| | | /** |
| | | * 元数据文件 |
| | |
| | | |
| | | private int createUser; |
| | | |
| | | private Timestamp createTime; |
| | | |
| | | private String extName; |
| | | |
| | | private String epsgCode; |
| | | |
| | | private String tab; |
| | | |
| | | private String entity; |
| | | |
| | | private int rows; |
| | | |
| | | private String msg; |
| | | |
| | | public String getEventid() { |
| | | return eventid; |
| | |
| | | this.createUser = createUser; |
| | | } |
| | | |
| | | public Timestamp getCreateTime() { |
| | | return createTime; |
| | | } |
| | | |
| | | public void setCreateTime(Timestamp createTime) { |
| | | this.createTime = createTime; |
| | | } |
| | | |
| | | public String getExtName() { |
| | | return extName; |
| | | } |
| | |
| | | public void setEpsgCode(String epsgCode) { |
| | | this.epsgCode = epsgCode; |
| | | } |
| | | |
| | | public String getTab() { |
| | | return tab; |
| | | } |
| | | |
| | | public void setTab(String tab) { |
| | | this.tab = tab; |
| | | } |
| | | |
| | | public String getEntity() { |
| | | return entity; |
| | | } |
| | | |
| | | public void setEntity(String entity) { |
| | | this.entity = entity; |
| | | } |
| | | |
| | | public int getRows() { |
| | | return rows; |
| | | } |
| | | |
| | | public void setRows(int rows) { |
| | | this.rows = rows; |
| | | } |
| | | |
| | | public String getMsg() { |
| | | return msg; |
| | | } |
| | | |
| | | public void setMsg(String msg) { |
| | | this.msg = msg; |
| | | } |
| | | } |