* Getter for property applicationDataProvider.
* @return Value of property applicationDataProvider.
*/
public VolunteerApplicationDataProvider getVolunteerApplicationDataProvider() {
if (this.volunteerApplicationDataProvider == null)
this.volunteerApplicationDataProvider = new VolunteerApplicationDataProvider();
return this.volunteerApplicationDataProvider;
}