return date;
return endTime;
return id;
return location;
return organization;
return startTime;
return volunteer;
this.date = pDate;
endTime = pEndTime;
id = pId;
this.location = pLocation;
this.organization = pOrganization;
startTime = pStartTime;
volunteer = pPerson;