- Posted By: freeproject
- Comments: 0
Posted By freeproject on August 2, 2017
Car Insurance Management System Class Diagram describes the structure of a Car Insurance Management System classes, their attributes, operations (or methods), and the relationships among objects. The main classes of the Car Insurance Management System are Car, Insurance, Customer, Booking, Payment, Bill.
Classes of Car Insurance Management System Class Diagram:
- Car Class : Manage all the operations of Car
- Insurance Class : Manage all the operations of Insurance
- Customer Class : Manage all the operations of Customer
- Booking Class : Manage all the operations of Booking
- Payment Class : Manage all the operations of Payment
- Bill Class : Manage all the operations of Bill
Classes and their attributes of Car Insurance Management System Class Diagram:
- Car Attributes : car_id, car_owner_id, car_number, car_company car_type, car_description
- Insurance Attributes : insurance_id, insurance_bike_id, insurance_number, insurance_date, insurance_expiry, insurance_amount, insurance_type, insurance_description
- Customer Attributes : customer_id, customer_name, customer_mobile, customer_email, customer_username, customer_password, customer_address
- Booking Attributes : booking_id, booking_title, booking_type, booking_ticket, booking_date, booking_description
- Payment Attributes : payment_id, payment_customer_id, payment_date, payment_bill, payment_type, payment_description
- Bill Attributes : bill_id, bill_customer_id, bill_number, bill_type, bill_receipt, bill_description
Classes and their methods of Car Insurance Management System Class Diagram:
- Car Methods : addCar(), editCar(), deleteCar(), updateCar(), saveCar(), searchCar()
- Insurance Methods : addInsurance(), editInsurance(), deleteInsurance(), updateInsurance(), saveInsurance(), searchInsurance()
- Customer Methods : addCustomer(), editCustomer(), deleteCustomer(), updateCustomer(), saveCustomer(), searchCustomer()
- Booking Methods : addBooking(), editBooking(), deleteBooking(), updateBooking(), saveBooking(), searchBooking()
- Payment Methods : addPayment(), editPayment(), deletePayment(), updatePayment(), savePayment(), searchPayment()
- Bill Methods : addBill(), editBill(), deleteBill(), updateBill(), saveBill(), searchBill()
Class Diagram of Car Insurance Management System :
Class Diagram Image: