io.connectedhealth_idaas.eventbuilder.dataobjects.clinical.hl7.CM0 Maven / Gradle / Ivy
package io.connectedhealth_idaas.eventbuilder.dataobjects.clinical.hl7;
import org.apache.commons.lang3.builder.ReflectionToStringBuilder;
public class CM0 {
private String CM0_1_SetIDCM0;
private String CM0_2_SponsorStudyID;
private String CM0_3_AlternateStudyID;
private String CM0_4_TitleofStudy;
private String CM0_5_ChairmanofStudy;
private String CM0_6_LastIRBApprovalDate;
private String CM0_7_TotalAccrualtoDate;
private String CM0_8_LastAccrualDate;
private String CM0_9_ContactforStudy;
private String CM0_10_ContactsTelephoneNumber;
private String CM0_11_ContactsAddress;
public String getCM0_1_SetIDCM0() {
return this.CM0_1_SetIDCM0;
}
public void setCM0_1_SetIDCM0(final String CM0_1_SetIDCM0) {
this.CM0_1_SetIDCM0 = CM0_1_SetIDCM0;
}
public String getCM0_2_SponsorStudyID() {
return this.CM0_2_SponsorStudyID;
}
public void setCM0_2_SponsorStudyID(final String CM0_2_SponsorStudyID) {
this.CM0_2_SponsorStudyID = CM0_2_SponsorStudyID;
}
public String getCM0_3_AlternateStudyID() {
return this.CM0_3_AlternateStudyID;
}
public void setCM0_3_AlternateStudyID(final String CM0_3_AlternateStudyID) {
this.CM0_3_AlternateStudyID = CM0_3_AlternateStudyID;
}
public String getCM0_4_TitleofStudy() {
return this.CM0_4_TitleofStudy;
}
public void setCM0_4_TitleofStudy(final String CM0_4_TitleofStudy) {
this.CM0_4_TitleofStudy = CM0_4_TitleofStudy;
}
public String getCM0_5_ChairmanofStudy() {
return this.CM0_5_ChairmanofStudy;
}
public void setCM0_5_ChairmanofStudy(final String CM0_5_ChairmanofStudy) {
this.CM0_5_ChairmanofStudy = CM0_5_ChairmanofStudy;
}
public String getCM0_6_LastIRBApprovalDate() {
return this.CM0_6_LastIRBApprovalDate;
}
public void setCM0_6_LastIRBApprovalDate(final String CM0_6_LastIRBApprovalDate) {
this.CM0_6_LastIRBApprovalDate = CM0_6_LastIRBApprovalDate;
}
public String getCM0_7_TotalAccrualtoDate() {
return this.CM0_7_TotalAccrualtoDate;
}
public void setCM0_7_TotalAccrualtoDate(final String CM0_7_TotalAccrualtoDate) {
this.CM0_7_TotalAccrualtoDate = CM0_7_TotalAccrualtoDate;
}
public String getCM0_8_LastAccrualDate() {
return this.CM0_8_LastAccrualDate;
}
public void setCM0_8_LastAccrualDate(final String CM0_8_LastAccrualDate) {
this.CM0_8_LastAccrualDate = CM0_8_LastAccrualDate;
}
public String getCM0_9_ContactforStudy() {
return this.CM0_9_ContactforStudy;
}
public void setCM0_9_ContactforStudy(final String CM0_9_ContactforStudy) {
this.CM0_9_ContactforStudy = CM0_9_ContactforStudy;
}
public String getCM0_10_ContactsTelephoneNumber() {
return this.CM0_10_ContactsTelephoneNumber;
}
public void setCM0_10_ContactsTelephoneNumber(final String CM0_10_ContactsTelephoneNumber) {
this.CM0_10_ContactsTelephoneNumber = CM0_10_ContactsTelephoneNumber;
}
public String getCM0_11_ContactsAddress() {
return this.CM0_11_ContactsAddress;
}
public void setCM0_11_ContactsAddress(final String CM0_11_ContactsAddress) {
this.CM0_11_ContactsAddress = CM0_11_ContactsAddress;
}
public String toString() {
return ReflectionToStringBuilder.toString(this);
}
}