| | |
| | | import java.sql.Timestamp; |
| | | |
| | | /** |
| | | * 源数据文件 |
| | | * 元数据文件 |
| | | * @author WWW |
| | | */ |
| | | public class MetaFileEntity implements Serializable { |
| | |
| | | |
| | | private int rows; |
| | | |
| | | private int records; |
| | | |
| | | private String msg; |
| | | |
| | | private Boolean isMeta; |
| | | |
| | | private String xlsPath; |
| | | |
| | | private String medium; |
| | | |
| | | public String getEventid() { |
| | | return eventid; |
| | |
| | | this.rows = rows; |
| | | } |
| | | |
| | | public int getRecords() { |
| | | return records; |
| | | } |
| | | |
| | | public void setRecords(int records) { |
| | | this.records = records; |
| | | } |
| | | |
| | | public String getMsg() { |
| | | return msg; |
| | | } |
| | |
| | | public void setIsMeta(Boolean isMeta) { |
| | | this.isMeta = isMeta; |
| | | } |
| | | |
| | | public String getXlsPath() { |
| | | return xlsPath; |
| | | } |
| | | |
| | | public void setXlsPath(String xlsPath) { |
| | | this.xlsPath = xlsPath; |
| | | } |
| | | |
| | | public String getMedium() { |
| | | return medium; |
| | | } |
| | | |
| | | public void setMedium(String medium) { |
| | | this.medium = medium; |
| | | } |
| | | } |