global class ProgramEnrollmentsDTO {
|
global Datetime applicationDate;
|
global Datetime endDate;
|
global String id;
|
global Datetime startDate;
|
global String status;
|
global ProgramEnrollmentsDTO() { }
|
global Object clone() { }
|
global Boolean equals(Object obj) { }
|
global Integer hashCode() { }
|
global String toString() { }
|
|
}
|