- Posted By: freeproject
- Comments: 0
Posted By freeproject on August 2, 2017
Vehicl RTO Registration System Class Diagram describes the structure of a Vehicl RTO Registration System classes, their attributes, operations (or methods), and the relationships among objects. The main classes of the Vehicl RTO Registration System are Vehicle, Registration, Vehicle Type, Vehicle Maker, Customer, Driving License.
Classes of Vehicl RTO Registration System Class Diagram:
- Vehicle Class : Manage all the operations of Vehicle
- Registration Class : Manage all the operations of Registration
- Vehicle Type Class : Manage all the operations of Vehicle Type
- Vehicle Maker Class : Manage all the operations of Vehicle Maker
- Customer Class : Manage all the operations of Customer
- Driving License Class : Manage all the operations of Driving License
Classes and their attributes of Vehicl RTO Registration System Class Diagram:
- Vehicle Attributes : vehicle_id, vehicle_customer_id, vehicle_number, vehicle_type, vehicle_description
- Registration Attributes : registration_id, registration_vehicle_id, registration_customer_id, registration_name, registration_type, registration_number, registration_date, registration_description
- Vehicle Type Attributes : vehicle_type_id, vehicle_type_customer_id, vehicle_type_number, vehicle_type_description
- Vehicle Maker Attributes : vehicle_maker_id, vehicle_maker_customer_id, vehicle_maker_number, vehicle_maker_description
- Customer Attributes : customer_id, customer_name, customer_mobile, customer_email, customer_username, customer_password, customer_address
- Driving License Attributes : license_id, license_name, license_type, license_description
Classes and their methods of Vehicl RTO Registration System Class Diagram:
- Vehicle Methods : addVehicle(), editVehicle(), deleteVehicle(), updateVehicle(), saveVehicle(), searchVehicle()
- Registration Methods : addRegistration(), editRegistration(), deleteRegistration(), updateRegistration(), saveRegistration(), searchRegistration()
- Vehicle Type Methods : addVehicle Type(), editVehicle Type(), deleteVehicle Type(), updateVehicle Type(), saveVehicle Type(), searchVehicle Type()
- Vehicle Maker Methods : addVehicle Maker(), editVehicle Maker(), deleteVehicle Maker(), updateVehicle Maker(), saveVehicle Maker(), searchVehicle Maker()
- Customer Methods : addCustomer(), editCustomer(), deleteCustomer(), updateCustomer(), saveCustomer(), searchCustomer()
- Driving License Methods : addDriving License(), editDriving License(), deleteDriving License(), updateDriving License(), saveDriving License(), searchDriving License()
Class Diagram of Vehicl RTO Registration System :
Class Diagram Image: