Interface StatusReceivable

All Known Implementing Classes:
AccomodationStatusReceiver, BookingStatusReceiver

public interface StatusReceivable
The interface which defines the implementations which has some status or requires it
  • Method Summary

    Modifier and Type
    Method
    Description
    receiveStatus(String statusLabel)
    The method which returns a specific status according to a label which provides an ability to define those status
  • Method Details

    • receiveStatus

      Status receiveStatus(String statusLabel)
      The method which returns a specific status according to a label which provides an ability to define those status
      Parameters:
      statusLabel - - which contains label, which allows to define the status
      Returns:
      Status, which is defined by the method