package com.bizofficer.apiweb.studentdetail;


public class BeanStu {

	private Integer organisationId, id, openedCourseIndex;
	private String studentId;
	
	
	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 Integer getId() {
		return id;
	}
	public void setId(Integer id) {
		this.id = id;
	}
	public Integer getOpenedCourseIndex() {
		return openedCourseIndex;
	}
	public void setOpenedCourseIndex(Integer openedCourseIndex) {
		this.openedCourseIndex = openedCourseIndex;
	}

	
	
	
	
	
	
	
}
