- Posted By: freeproject
- Comments: 0
Posted By freeproject on August 2, 2017
Vehicle Insurance Management System Class Diagram describes the structure of a Vehicle Insurance Management System classes, their attributes, operations (or methods), and the relationships among objects. The main classes of the Vehicle Insurance Management System are Vehicle, Insurance, Customers, Payments, Registrations, License.
Classes of Vehicle Insurance Management System Class Diagram:
- Vehicle Class : Manage all the operations of Vehicle
- Insurance Class : Manage all the operations of Insurance
- Customers Class : Manage all the operations of Customers
- Payments Class : Manage all the operations of Payments
- Registrations Class : Manage all the operations of Registrations
- License Class : Manage all the operations of License
Classes and their attributes of Vehicle Insurance Management System Class Diagram:
- Vehicle Attributes : vehicle_id, vehicle_customer_id, vehicle_number, vehicle_type, vehicle_description
- Insurance Attributes : insurance_id, insurance_vehicle_id, insurance_number, insurance_issue_date, insurance_premium, insurance_amount, insurance_type, insurance_description
- Customers Attributes : customer_id, customer_name, customer_mobile, customer_email, customer_username, customer_password, customer_address
- Payments Attributes : payment_id, payment_customer_id, payment_date, payment_amount, payment_description
- Registrations Attributes : registration_id, registration_vehicle_id, registration_customer_id, registration_name, registration_type, registration_number, registration_date, registration_description
- License Attributes : license_id, license_name, license_type, license_description
Classes and their methods of Vehicle Insurance Management System Class Diagram:
- Vehicle Methods : addVehicle(), editVehicle(), deleteVehicle(), updateVehicle(), saveVehicle(), searchVehicle()
- Insurance Methods : addInsurance(), editInsurance(), deleteInsurance(), updateInsurance(), saveInsurance(), searchInsurance()
- Customers Methods : addCustomers(), editCustomers(), deleteCustomers(), updateCustomers(), saveCustomers(), searchCustomers()
- Payments Methods : addPayments(), editPayments(), deletePayments(), updatePayments(), savePayments(), searchPayments()
- Registrations Methods : addRegistrations(), editRegistrations(), deleteRegistrations(), updateRegistrations(), saveRegistrations(), searchRegistrations()
- License Methods : addLicense(), editLicense(), deleteLicense(), updateLicense(), saveLicense(), searchLicense()
Class Diagram of Vehicle Insurance Management System :
Class Diagram Image: