Class BookingStatus

java.lang.Object
com.montytskyi.Statuses.Implementations.Status
com.montytskyi.Statuses.Implementations.BookingStatus

public class BookingStatus extends Status
The class which represents the status of an booking made by user
  • Constructor Details

    • BookingStatus

      public BookingStatus(String 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