Uses of Class
crms.lib.Rental
-
Uses of Rental in crms.lib
Modifier and TypeMethodDescriptionRentalDatabase.getItemById
(String id) Retrieves a rental by its ID.RentalReport.getRental()
Returns the rental associated with this report.Modifier and TypeMethodDescriptionboolean
RentalManager.tryRemoveRental
(Rental rental) Attempts to remove a rental from the list.ModifierConstructorDescriptionRentalReport
(Rental rental) Constructs a RentalReport with the specified rental.ModifierConstructorDescriptionRentalManager
(Database<Rental> database) Constructs aRentalManager
with the specified rental database.