- Posted By: freeproject
- Comments: 0
Posted By freeproject on August 2, 2017
Bike Showroom Management System Class Diagram describes the structure of a Bike Showroom Management System classes, their attributes, operations (or methods), and the relationships among objects. The main classes of the Bike Showroom Management System are Bike, Booking, Repair Bike, Insurance, Customer, Payment.
Classes of Bike Showroom Management System Class Diagram:
- Bike Class : Manage all the operations of Bike
- Booking Class : Manage all the operations of Booking
- Repair Bike Class : Manage all the operations of Repair Bike
- 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 Bike Showroom Management System Class Diagram:
- Bike Attributes : bike_id, bike_customer_id, bike_number, bike_company bike_type, bike_description
- Booking Attributes : booking_id, booking_title, booking_type, booking_date, booking_description
- Repair Bike Attributes : repair_bike_id, repair_bike_customer_id, repair_bike_number, repair_bike_bill, repair_bike_type, repair_bike_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 Bike Showroom Management System Class Diagram:
- Bike Methods : addBike(), editBike(), deleteBike(), updateBike(), saveBike(), searchBike()
- Booking Methods : addBooking(), editBooking(), deleteBooking(), updateBooking(), saveBooking(), searchBooking()
- Repair Bike Methods : addRepair Bike(), editRepair Bike(), deleteRepair Bike(), updateRepair Bike(), saveRepair Bike(), searchRepair Bike()
- 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 Bike Showroom Management System :
Class Diagram Image: