package com.bizofficer.apiweb.selftestopt;


public class BeanTQT {

	private Integer templateId, organisationId;

	public Integer getTemplateId() {
		return templateId;
	}

	public void setTemplateId(Integer templateId) {
		this.templateId = templateId;
	}

	public Integer getOrganisationId() {
		return organisationId;
	}

	public void setOrganisationId(Integer organisationId) {
		this.organisationId = organisationId;
	}

	
	
	
	
	
	
	
}
