- Posted By: freeproject
- Comments: 0
Posted By freeproject on August 2, 2017
Hall Booking System Class Diagram describes the structure of a Hall Booking System classes, their attributes, operations (or methods), and the relationships among objects. The main classes of the Hall Booking System are Hall, Booking, Payment, Customers, Inventory, Bill.
Classes of Hall Booking System Class Diagram:
- Hall Class : Manage all the operations of Hall
- Booking Class : Manage all the operations of Booking
- Payment Class : Manage all the operations of Payment
- Customers Class : Manage all the operations of Customers
- Inventory Class : Manage all the operations of Inventory
- Bill Class : Manage all the operations of Bill
Classes and their attributes of Hall Booking System Class Diagram:
- Hall Attributes : hall_id, hall_name, hall_place, hall_charge, hall_type, hall_description
- Booking Attributes : booking_id, booking_title, booking_type, booking_hall, booking_date, booking_description
- Payment Attributes : payment_id, payment_customer_id, payment_date, payment_amount, payment_description
- Customers Attributes : customer_id, customer_name, customer_mobile, customer_email, customer_username, customer_password, customer_address
- Inventory Attributes : inventory_id, inventory_items, inventory_number, inventory_type, inventory_description
- Bill Attributes : bill_id, bill_customer_id, bill_number, bill_type, bill_receipt, bill_description
Classes and their methods of Hall Booking System Class Diagram:
- Hall Methods : addHall(), editHall(), deleteHall(), updateHall(), saveHall(), searchHall()
- Booking Methods : addBooking(), editBooking(), deleteBooking(), updateBooking(), saveBooking(), searchBooking()
- Payment Methods : addPayment(), editPayment(), deletePayment(), updatePayment(), savePayment(), searchPayment()
- Customers Methods : addCustomers(), editCustomers(), deleteCustomers(), updateCustomers(), saveCustomers(), searchCustomers()
- Inventory Methods : addInventory(), editInventory(), deleteInventory(), updateInventory(), saveInventory(), searchInventory()
- Bill Methods : addBill(), editBill(), deleteBill(), updateBill(), saveBill(), searchBill()
Class Diagram of Hall Booking System :
Class Diagram Image: