- Posted By: freeproject
- Comments: 0
Posted By freeproject on August 2, 2017
Car Service Center Management System Class Diagram describes the structure of a Car Service Center Management System classes, their attributes, operations (or methods), and the relationships among objects. The main classes of the Car Service Center Management System are Car, Booking, Repair Car, Insurance, Customer, Payment.
Classes of Car Service Center Management System Class Diagram:
- Car Class : Manage all the operations of Car
- Booking Class : Manage all the operations of Booking
- Repair Car Class : Manage all the operations of Repair Car
- Insurance Class : Manage all the operations of Insurance
- Customer Class : Manage all the operations of Customer
- Payment Class : Manage all the operations of Payment
Classes and their attributes of Car Service Center Management System Class Diagram:
- Car Attributes : car_id, car_customer_id, car_number, car_company car_type, car_description
- Booking Attributes : booking_id, booking_title, booking_type, booking_ticket, booking_date, booking_description
- Repair Car Attributes : repair_car_id, repair_car_customer_id, repair_car_number, repair_car_bill, repair_car_type, repair_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
- Payment Attributes : payment_id, payment_customer_id, payment_date, payment_bill, payment_type, payment_description
Classes and their methods of Car Service Center Management System Class Diagram:
- Car Methods : addCar(), editCar(), deleteCar(), updateCar(), saveCar(), searchCar()
- Booking Methods : addBooking(), editBooking(), deleteBooking(), updateBooking(), saveBooking(), searchBooking()
- Repair Car Methods : addRepair Car(), editRepair Car(), deleteRepair Car(), updateRepair Car(), saveRepair Car(), searchRepair Car()
- Insurance Methods : addInsurance(), editInsurance(), deleteInsurance(), updateInsurance(), saveInsurance(), searchInsurance()
- Customer Methods : addCustomer(), editCustomer(), deleteCustomer(), updateCustomer(), saveCustomer(), searchCustomer()
- Payment Methods : addPayment(), editPayment(), deletePayment(), updatePayment(), savePayment(), searchPayment()
Class Diagram of Car Service Center Management System :
Class Diagram Image: