| | |
| | | |
| | | private String eventid; |
| | | |
| | | private int dirid; |
| | | private String dircode; |
| | | |
| | | private int depid; |
| | | private String depcode; |
| | | |
| | | private int verid; |
| | | |
| | |
| | | |
| | | private int rows; |
| | | |
| | | private int records; |
| | | |
| | | private String msg; |
| | | |
| | | private Boolean isMeta; |
| | | |
| | | private String xlsPath; |
| | | |
| | | private String medium; |
| | | |
| | | public String getEventid() { |
| | | return eventid; |
| | |
| | | this.eventid = eventid; |
| | | } |
| | | |
| | | public int getDirid() { |
| | | return dirid; |
| | | public String getDircode() { |
| | | return dircode; |
| | | } |
| | | |
| | | public void setDirid(int dirid) { |
| | | this.dirid = dirid; |
| | | public void setDircode(String dircode) { |
| | | this.dircode = dircode; |
| | | } |
| | | |
| | | public int getDepid() { |
| | | return depid; |
| | | public String getDepcode() { |
| | | return depcode; |
| | | } |
| | | |
| | | public void setDepid(int depid) { |
| | | this.depid = depid; |
| | | public void setDepcode(String depcode) { |
| | | this.depcode = depcode; |
| | | } |
| | | |
| | | public int getVerid() { |
| | |
| | | this.rows = rows; |
| | | } |
| | | |
| | | public int getRecords() { |
| | | return records; |
| | | } |
| | | |
| | | public void setRecords(int records) { |
| | | this.records = records; |
| | | } |
| | | |
| | | public String getMsg() { |
| | | return msg; |
| | | } |
| | |
| | | public void setMsg(String msg) { |
| | | this.msg = msg; |
| | | } |
| | | |
| | | public Boolean getIsMeta() { |
| | | return isMeta; |
| | | } |
| | | |
| | | 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; |
| | | } |
| | | } |