- Posted By: freeproject
- Comments: 0
Posted By freeproject on August 2, 2017
Expo Management System Class Diagram describes the structure of a Expo Management System classes, their attributes, operations (or methods), and the relationships among objects. The main classes of the Expo Management System are Expo, Tickets, Bookings, Company, Customers, Login.
Classes of Expo Management System Class Diagram:
- Expo Class : Manage all the operations of Expo
- Tickets Class : Manage all the operations of Tickets
- Bookings Class : Manage all the operations of Bookings
- Company Class : Manage all the operations of Company
- Customers Class : Manage all the operations of Customers
- Login Class : Manage all the operations of Login
Classes and their attributes of Expo Management System Class Diagram:
- Expo Attributes : expo_id, expo_name, expo_date, expo_place, expo_type, expo_description
- Tickets Attributes : ticket_id, ticket_customer_id, ticket_type, ticket_date, ticket_description
- Bookings Attributes : booking_id, booking_title, booking_type, booking_ticket, booking_date, booking_description
- Company Attributes : company_id, company_name, comapny_type, company_description, company_address
- Customers Attributes : customer_id, customer_name, customer_mobile, customer_email, customer_username, customer_password, customer_address
- Login Attributes : login_id, login_user_id, login_role_id, login_username, login_password, login_lastlogin
Classes and their methods of Expo Management System Class Diagram:
- Expo Methods : addExpo(), editExpo(), deleteExpo(), updateExpo(), saveExpo(), searchExpo()
- Tickets Methods : addTickets(), editTickets(), deleteTickets(), updateTickets(), saveTickets(), searchTickets()
- Bookings Methods : addBookings(), editBookings(), deleteBookings(), updateBookings(), saveBookings(), searchBookings()
- Company Methods : addCompany(), editCompany(), deleteCompany(), updateCompany(), saveCompany(), searchCompany()
- Customers Methods : addCustomers(), editCustomers(), deleteCustomers(), updateCustomers(), saveCustomers(), searchCustomers()
- Login Methods : addLogin(), editLogin(), deleteLogin(), updateLogin(), saveLogin(), searchLogin()
Class Diagram of Expo Management System :
Class Diagram Image: