public interface ServiceLocator
| Modifier and Type | Method and Description |
|---|---|
AppointmentsService |
getAppointmentsService()
Gets the AppointmentsService.
|
void |
setAppointmentsService(AppointmentsService appointmentsService)
Sets the AppointmentsService.
|
AppointmentsService getAppointmentsService()
void setAppointmentsService(AppointmentsService appointmentsService)
appointmentsService - the new AppointmentsServiceCopyright © 2015. All rights reserved.