- toString() - Method in class resources.CarInventoryManagement.Car
-
This method just adds the body style to the default vehicle string.
- toString() - Method in class resources.CarInventoryManagement.Customer
-
This method overrides toString to return a nice, formatted representation of
the customer object.
- toString() - Method in class resources.CarInventoryManagement.Employee
-
This method overrides toString to return a nicely formatted
string consisting of all the employee object's fields
- toString() - Method in class resources.CarInventoryManagement.Motorcycle
-
This method overrides toString to return a nicely formatted string
consisting of all the motorcycle object's fields.
- toString() - Method in class resources.CarInventoryManagement.Person
-
This method overrides toString to return a nicely formatted string consisting
of the UID, last name and first name of a person.
- toString() - Method in class resources.CarInventoryManagement.Truck
-
This method overrides toString to return a nicely formatted string
consisting of all the truck objects fields.
- toString() - Method in class resources.CarInventoryManagement.Vehicle
-
This overrides toString to give a nicely formatted Vehicle
output.
- Truck - Class in resources.CarInventoryManagement
-
- Truck(String, String, String, int, double, int, int, double) - Constructor for class resources.CarInventoryManagement.Truck
-
The constructor for the Truck class.