public class SchedulerSystemFactory extends Object
| Modifier and Type | Method and Description |
|---|---|
static SchedulerSystemFactory |
getInstance() |
Appointments |
newAppointments(Date endtime,
Date nexttime,
Rhythm rhythm,
Date starttime)
Domain object factory for Appointments.
|
public static SchedulerSystemFactory getInstance()
public Appointments newAppointments(Date endtime, Date nexttime, Rhythm rhythm, Date starttime)
endtime - the endtimenexttime - the nexttimerhythm - the rhythmstarttime - the starttimeCopyright © 2015. All rights reserved.