Class Status
java.lang.Object
com.montytskyi.Statuses.Implementations.Status
- Direct Known Subclasses:
AccomodationStatus
,BookingStatus
The class which represents a specific status for the entities which require it
-
Constructor Summary
Constructors -
Method Summary
-
Constructor Details
-
Status
The constructor which allows to set a status strightforwardly- Parameters:
status
- - which is represented by the string which contains it
-
-
Method Details
-
getStatus
The getter method of a class which allows to receive a current status- Returns:
- status
-