Uses of Class
de.xima.fc.entities.AAppointmentClosingTime
-
Packages that use AAppointmentClosingTime Package Description de.xima.fc.entities Package für Datenbankentitätende.xima.fc.gui.model.appointment -
-
Uses of AAppointmentClosingTime in de.xima.fc.entities
Subclasses of AAppointmentClosingTime in de.xima.fc.entities Modifier and Type Class Description class
AppointmentClientClosingTime
Describes the closing hours of anAppointmentTemplate
.class
AppointmentClosingTime
Describes the closing hours of anAppointmentTemplate
.Methods in de.xima.fc.entities with parameters of type AAppointmentClosingTime Modifier and Type Method Description protected void
AAppointmentClosingTime. cloneBasics(AAppointmentClosingTime copy)
-
Uses of AAppointmentClosingTime in de.xima.fc.gui.model.appointment
Classes in de.xima.fc.gui.model.appointment with type parameters of type AAppointmentClosingTime Modifier and Type Class Description class
AAppointmentClosingTimeModel<T extends AAppointmentClosingTime>
The view model for theAAppointmentClosingTime
.
-