package org.akaza.openclinica.ws.bean; //htaycher: deprecated public class CRFDataImportBean { // private String studyUniqueId; // private UserAccountBean user; // private StudyBean study; // // public CRFDataImportBean(String studyUniqueId, UserAccountBean user) { // super(); // this.studyUniqueId = studyUniqueId; // this.user = user; // } // public CRFDataImportBean(StudyBean study, UserAccountBean user) { // super(); // this.setStudy(study); // this.user = user; // } // // public String getStudyUniqueId() { // return studyUniqueId; // } // // public void setStudyUniqueId(String studyUniqueId) { // this.studyUniqueId = studyUniqueId; // } // // // public UserAccountBean getUser() { // return user; // } // // public void setUser(UserAccountBean user) { // this.user = user; // } // /** // * @param study the study to set // */ // public void setStudy(StudyBean study) { // this.study = study; // } // /** // * @return the study // */ // public StudyBean getStudy() { // return study; // } }