Class AAppointmentClosingTime

java.lang.Object
de.xima.cmn.dao.model.AEntity<Long>
All Implemented Interfaces:
de.xima.cmn.dao.interfaces.IEntity<Long>, de.xima.cmn.dao.interfaces.ILockableEntity<Long>, IAppointmentClosingTime, ILockingVersionProviding, INameProviding, ITransferable, ITransferableEntity, ITransferableLockableEntity, IUUIDEntity, Serializable, Comparable<de.xima.cmn.dao.interfaces.IEntity<Long>>
Direct Known Subclasses:
AppointmentClientClosingTime, AppointmentClosingTime

@MappedSuperclass @NotNullIf(field="timeFrom",dependants="allDay",test="isTimeRangeRequired") @NotNullIf(field="timeUntil",dependants="allDay",test="isTimeRangeRequired") @SpanningRange(fieldStart="dateFrom",fieldEnd="dateUntil") @SpanningRange(fieldStart="timeFrom",fieldEnd="timeUntil") public abstract class AAppointmentClosingTime extends AbstractLockableEntity implements IAppointmentClosingTime
Describes the closing hours of an AppointmentTemplate.
Since:
7.3.0
Author:
XIMA MEDIA GmbH
See Also: