Class Reservation

java.lang.Object
de.gustavblass.fsu.fmi.roombooking.model.reservation.Reservation
All Implemented Interfaces:
Identified, Comparable<Reservation>
Direct Known Subclasses:
SeatReservation

@Entity public class Reservation extends Object implements Identified, Comparable<Reservation>
Represents a time interval during which a specific actor is permitted to use a specific room exclusively.
See Also: