package com.bizofficer.apiweb.teststop;

public class TestStopBean {

	private Integer organisationId;
	private String studentId, testSession, testName, testDetail;
	
	public Integer getOrganisationId() {
		return organisationId;
	}
	public void setOrganisationId(Integer organisationId) {
		this.organisationId = organisationId;
	}
	public String getStudentId() {
		return studentId;
	}
	public void setStudentId(String studentId) {
		this.studentId = studentId;
	}
	public String getTestDetail() {
		return testDetail;
	}
	public void setTestDetail(String testDetail) {
		this.testDetail = testDetail;
	}
	public String getTestSession() {
		return testSession;
	}
	public void setTestSession(String testSession) {
		this.testSession = testSession;
	}
	public String getTestName() {
		return testName;
	}
	public void setTestName(String testName) {
		this.testName = testName;
	}


	

	
	
	
}
