- Posted By: freeproject
- Comments: 0
Posted By freeproject on August 2, 2017
Automobiles Store and Service Management System Class Diagram describes the structure of a Automobiles Store and Service Management System classes, their attributes, operations (or methods), and the relationships among objects. The main classes of the Automobiles Store and Service Management System are Automobiles, Store, Customer, Services, Charges, Delivery.
Classes of Automobiles Store and Service Management System Class Diagram:
- Automobiles Class : Manage all the operations of Automobiles
- Store Class : Manage all the operations of Store
- Customer Class : Manage all the operations of Customer
- Services Class : Manage all the operations of Services
- Charges Class : Manage all the operations of Charges
- Delivery Class : Manage all the operations of Delivery
Classes and their attributes of Automobiles Store and Service Management System Class Diagram:
- Automobiles Attributes : automobiles_id, automobiles_customer_id, automobile_number, automobile_type, automobile_description
- Store Attributes : store_id, store_type, store_title, store_description
- Customer Attributes : customer_id, customer_name, customer_mobile, customer_email, customer_username, customer_password, customer_address
- Services Attributes : service_id, service_vehicle_id, service_charge, service_type, service_description
- Charges Attributes : charge_id, charge_service_id, charge_amount, charge_total, charge_type, charge_description
- Delivery Attributes : delivery_id, delivery_customer_id, delivery_address, delivery_type, delivery_by, delivery_date, delivery_description
Classes and their methods of Automobiles Store and Service Management System Class Diagram:
- Automobiles Methods : addAutomobiles(), editAutomobiles(), deleteAutomobiles(), updateAutomobiles(), saveAutomobiles(), searchAutomobiles()
- Store Methods : addStore(), editStore(), deleteStore(), updateStore(), saveStore(), searchStore()
- Customer Methods : addCustomer(), editCustomer(), deleteCustomer(), updateCustomer(), saveCustomer(), searchCustomer()
- Services Methods : addServices(), editServices(), deleteServices(), updateServices(), saveServices(), searchServices()
- Charges Methods : addCharges(), editCharges(), deleteCharges(), updateCharges(), saveCharges(), searchCharges()
- Delivery Methods : addDelivery(), editDelivery(), deleteDelivery(), updateDelivery(), saveDelivery(), searchDelivery()
Class Diagram of Automobiles Store and Service Management System :
Class Diagram Image: