| | |
| | | private String id;//身份证 |
| | | |
| | | private Speaker speaker = null; |
| | | |
| | | private int examRoute;//考试/训练用的线路号 |
| | | private String ip="47.93.80.84"; |
| | | private int port=12125; |
| | | private String mapPath;//绝对路径包含文件名的path |
| | |
| | | } |
| | | |
| | | |
| | | public int getExamRoute() { |
| | | examRoute = (int) SPUtils.get(app.getAppContext(),SPUtils.EXAM_ROUTE_ID,-1); |
| | | return examRoute; |
| | | } |
| | | |
| | | /** |
| | | * 设置训练、考试用的 线路ID |
| | | * @param examRoute |
| | | */ |
| | | public void setExamRoute(int examRoute) { |
| | | SPUtils.put(app.getAppContext(),SPUtils.EXAM_ROUTE_ID,examRoute); |
| | | this.examRoute = examRoute; |
| | | } |
| | | |
| | | private ExamPlatformData() { |
| | | |
| | | } |