Class BookingStatus
java.lang.Object
com.montytskyi.Statuses.Implementations.Status
com.montytskyi.Statuses.Implementations.BookingStatus
The class which represents the status of an booking made by user
-
Constructor Summary
ConstructorsConstructorDescriptionBookingStatus
(String bookingStatus) The constructor which allows to set the booking status -
Method Summary
-
Constructor Details
-
BookingStatus
The constructor which allows to set the booking status- Parameters:
bookingStatus
- - which contains the info about status of a booking which is about to be created
-