package com.bizofficer.apiweb.analytics;


public class AnalyticsBean {

	private String testSession, studentId;

	public String getTestSession() {
		return testSession;
	}

	public void setTestSession(String testSession) {
		this.testSession = testSession;
	}

	public String getStudentId() {
		return studentId;
	}

	public void setStudentId(String studentId) {
		this.studentId = studentId;
	}

	
	
		

	

	
	
	
}
