package com.bizofficer.apiweb.mycourses;


public class MCBean {

	private Integer organisationId, studentId;

	
	
	public Integer getOrganisationId() {
		return organisationId;
	}

	public void setOrganisationId(Integer organisationId) {
		this.organisationId = organisationId;
	}

	public Integer getStudentId() {
		return studentId;
	}

	public void setStudentId(Integer studentId) {
		this.studentId = studentId;
	}

	
	
	
	
	

	

	
	
	
}
