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 TypeMethodDescriptionreceiveStatus
(String statusLabel) The method which returns a specific status according to a label which provides an ability to define those status
-
Method Details
-
receiveStatus
-