- Posted By: freeproject
- Comments: 0
Posted By freeproject on August 2, 2017
Onile Gas Booking System Class Diagram describes the structure of a Onile Gas Booking System classes, their attributes, operations (or methods), and the relationships among objects. The main classes of the Onile Gas Booking System are Gas, Connections, Customers, Bookings, Payments, Delivery.
Classes of Onile Gas Booking System Class Diagram:
- Gas Class : Manage all the operations of Gas
- Connections Class : Manage all the operations of Connections
- Customers Class : Manage all the operations of Customers
- Bookings Class : Manage all the operations of Bookings
- Payments Class : Manage all the operations of Payments
- Delivery Class : Manage all the operations of Delivery
Classes and their attributes of Onile Gas Booking System Class Diagram:
- Gas Attributes : gas_id, gas_name, gas_type, gas_description
- Connections Attributes : connection_id, connection_gas_id, connection_customer_id, connection_name, connection_type, connection_description
- Customers Attributes : customer_id, customer_name, customer_mobile, customer_email, customer_username, customer_password, customer_address
- Bookings Attributes : booking_id, booking_gas_id, booking_title, booking_type, booking_date, booking_description
- Payments Attributes : payment_id, payment_customer_id, payment_date, payment_amount, payment_description
- Delivery Attributes : delivery_id, delivery_customer_id, delivery_address, delivery_type, delivery_by, delivery_date, delivery_description
Classes and their methods of Onile Gas Booking System Class Diagram:
- Gas Methods : addGas(), editGas(), deleteGas(), updateGas(), saveGas(), searchGas()
- Connections Methods : addConnections(), editConnections(), deleteConnections(), updateConnections(), saveConnections(), searchConnections()
- Customers Methods : addCustomers(), editCustomers(), deleteCustomers(), updateCustomers(), saveCustomers(), searchCustomers()
- Bookings Methods : addBookings(), editBookings(), deleteBookings(), updateBookings(), saveBookings(), searchBookings()
- Payments Methods : addPayments(), editPayments(), deletePayments(), updatePayments(), savePayments(), searchPayments()
- Delivery Methods : addDelivery(), editDelivery(), deleteDelivery(), updateDelivery(), saveDelivery(), searchDelivery()
Class Diagram of Onile Gas Booking System :
Class Diagram Image: