Class WaitingListEntry

java.lang.Object
eus.ehu.hotelreservation.domain.WaitingListEntry

@Entity public class WaitingListEntry extends Object
Represents an entry on the waiting list, created when a customer requests a room type that is not currently available.

Stores the desired hotel, room type, date range and the customer who requested it. A unique entry code is generated at creation time.