Uses of Class
crms.lib.Rental
Packages that use 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 TypeMethodDescriptionbooleanRentalManager.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 aRentalManagerwith the specified rental database.