Class ReservationResult
java.lang.Object
com.technia.dsx.threedspace.lifecycle.ReservationResult
Represents the result of a reservation operation.
Contains the object ID, whether it is reserved, and who reserved it.
- Since:
- 2023-03-31
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionbooleangetId()inthashCode()booleanvoidvoidsetReserved(boolean reserved) voidsetReservedBy(String reservedBy) toString()
-
Constructor Details
-
ReservationResult
public ReservationResult()
-
-
Method Details