package com.transformuk.bdt.model;
public class DiagnosticQuestions {
private ProfileQuestions profileQuestions;
public ProfileQuestions getProfileQuestions() {
return profileQuestions;
}
public void setProfileQuestions(ProfileQuestions profileQuestions) {
this.profileQuestions = profileQuestions;
}
}