Class AccomodationStatus
java.lang.Object
com.montytskyi.Statuses.Implementations.Status
com.montytskyi.Statuses.Implementations.AccomodationStatus
The class which represents the status of an accommodation which can be rented by the user
-
Constructor Summary
ConstructorsConstructorDescriptionAccomodationStatus
(String accomodationStatus) The constructor of the class which allows to pass the status of an accommodation straightforwardly -
Method Summary
-
Constructor Details
-
AccomodationStatus
The constructor of the class which allows to pass the status of an accommodation straightforwardly- Parameters:
accomodationStatus
- - which contains the information about the accomodation status
-