A C D E G M P R S T U V W 

S

Sale - Class in resources.CarInventoryManagement
 
Sale(int, int, String, Date, double) - Constructor for class resources.CarInventoryManagement.Sale
The constructor for the Sale class.
saveDB() - Method in class resources.CarInventoryManagement.PersonManager
Attempts to write the existing runtime people database to the people database file.
saveSalesDB() - Method in class resources.CarInventoryManagement.VehicleManager
Attempts to write the existing sales runtime database to the database file.
saveVehicleDB() - Method in class resources.CarInventoryManagement.VehicleManager
Attempts to write the existing runtime vehicle database to the database file.
search(int) - Method in class resources.CarInventoryManagement.PersonManager
This method searches the runtime people database for a given UID.
search(String) - Method in class resources.CarInventoryManagement.VehicleManager
Given a VIN number, attempts to locate the vehicle in question in the runtime database.
sellVehicle(Scanner) - Method in class resources.CarInventoryManagement.Console
 
sellVehicle(Scanner, PersonManager) - Method in class resources.CarInventoryManagement.VehicleManager
This method allows making a sale of an existing vehicle in the runtime database.
setAccountNumber(int) - Method in class resources.CarInventoryManagement.Employee
Allows setting the employee's account number.
setBodyStyle(String) - Method in class resources.CarInventoryManagement.Car
 
setDisplacement(int) - Method in class resources.CarInventoryManagement.Motorcycle
 
setDriversLicense(int) - Method in class resources.CarInventoryManagement.Customer
 
setFirstName(String) - Method in class resources.CarInventoryManagement.Person
This method allows setting the first name of a person
setLastName(String) - Method in class resources.CarInventoryManagement.Person
This method allows setting the last name of a person.
setLengthFT(double) - Method in class resources.CarInventoryManagement.Truck
 
setMaxLoadWeight(int) - Method in class resources.CarInventoryManagement.Truck
 
setPhoneNumber(String) - Method in class resources.CarInventoryManagement.Customer
 
setSalary(double) - Method in class resources.CarInventoryManagement.Employee
Allows setting the employee's salary.
setType(String) - Method in class resources.CarInventoryManagement.Motorcycle
 
showCars() - Method in class resources.CarInventoryManagement.Console
 
showPriceRange(Scanner) - Method in class resources.CarInventoryManagement.Console
 
showPriceRange(double, double, String) - Method in class resources.CarInventoryManagement.VehicleManager
Allows filtering of the runtime database by a price range.
showUsers() - Method in class resources.CarInventoryManagement.Console
 
A C D E G M P R S T U V W