- Posted By: freeproject
- Comments: 0
Posted By freeproject on August 2, 2017
RTO Registration System Class Diagram describes the structure of a RTO Registration System classes, their attributes, operations (or methods), and the relationships among objects. The main classes of the RTO Registration System are Vehicle, Registration, Driving License, Payment, Insurance, Customer.
Classes of RTO Registration System Class Diagram:
- Vehicle Class : Manage all the operations of Vehicle
- Registration Class : Manage all the operations of Registration
- Driving License Class : Manage all the operations of Driving License
- Payment Class : Manage all the operations of Payment
- Insurance Class : Manage all the operations of Insurance
- Customer Class : Manage all the operations of Customer
Classes and their attributes of 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
- Driving License Attributes : license_id, license_name, license_type, license_description
- Payment Attributes : payment_id, payment_customer_id, payment_date, payment_amount, payment_description
- Insurance Attributes : insurance_id, insurance_plan_id, insurance_number, insurance_issue_date, insurance_premium, insurance_amount, insurance_type, insurance_description
- Customer Attributes : customer_id, customer_name, customer_mobile, customer_email, customer_username, customer_password, customer_address
Classes and their methods of RTO Registration System Class Diagram:
- Vehicle Methods : addVehicle(), editVehicle(), deleteVehicle(), updateVehicle(), saveVehicle(), searchVehicle()
- Registration Methods : addRegistration(), editRegistration(), deleteRegistration(), updateRegistration(), saveRegistration(), searchRegistration()
- Driving License Methods : addDriving License(), editDriving License(), deleteDriving License(), updateDriving License(), saveDriving License(), searchDriving License()
- Payment Methods : addPayment(), editPayment(), deletePayment(), updatePayment(), savePayment(), searchPayment()
- Insurance Methods : addInsurance(), editInsurance(), deleteInsurance(), updateInsurance(), saveInsurance(), searchInsurance()
- Customer Methods : addCustomer(), editCustomer(), deleteCustomer(), updateCustomer(), saveCustomer(), searchCustomer()
Class Diagram of RTO Registration System :
Class Diagram Image: