- Posted By: freeproject
- Comments: 0
Posted By freeproject on August 2, 2017
Vehicle Insurance System Class Diagram describes the structure of a Vehicle Insurance System classes, their attributes, operations (or methods), and the relationships among objects. The main classes of the Vehicle Insurance System are Vehicle, Insurance, Customers, License, Registrations, Payment.
Classes of Vehicle Insurance 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
- License Class : Manage all the operations of License
- Registrations Class : Manage all the operations of Registrations
- Payment Class : Manage all the operations of Payment
Classes and their attributes of Vehicle Insurance 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
- License Attributes : license_id, license_name, license_type, license_description
- Registrations Attributes : registration_id, registration_vehicle_id, registration_customer_id, registration_name, registration_type, registration_number, registration_date, registration_description
- Payment Attributes : payment_id, payment_customer_id, payment_date, payment_amount, payment_description
Classes and their methods of Vehicle Insurance 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()
- License Methods : addLicense(), editLicense(), deleteLicense(), updateLicense(), saveLicense(), searchLicense()
- Registrations Methods : addRegistrations(), editRegistrations(), deleteRegistrations(), updateRegistrations(), saveRegistrations(), searchRegistrations()
- Payment Methods : addPayment(), editPayment(), deletePayment(), updatePayment(), savePayment(), searchPayment()
Class Diagram of Vehicle Insurance System :
Class Diagram Image: