- Posted By: freeproject
- Comments: 0
Posted By freeproject on August 2, 2017
Gate Pass Management System Class Diagram describes the structure of a Gate Pass Management System classes, their attributes, operations (or methods), and the relationships among objects. The main classes of the Gate Pass Management System are Passes, Tickets, Customers, Pass Types, Sales, Shows.
Classes of Gate Pass Management System Class Diagram:
- Passes Class : Manage all the operations of Passes
- Tickets Class : Manage all the operations of Tickets
- Customers Class : Manage all the operations of Customers
- Pass Types Class : Manage all the operations of Pass Types
- Sales Class : Manage all the operations of Sales
- Shows Class : Manage all the operations of Shows
Classes and their attributes of Gate Pass Management System Class Diagram:
- Passes Attributes : pass_id, pass_name, pass_type, pass_description
- Tickets Attributes : ticket_id, ticket_customer_id, ticket_type, ticket_date, ticket_description
- Customers Attributes : customer_id, customer_name, customer_mobile, customer_email, customer_username, customer_password, customer_address
- Pass Types Attributes : pass_type_id, pass_type_pass_id, pass_type_name, pass_type_description
- Sales Attributes : sales_id, sales_customer_id, sales_amount, sales_type, sales_description
- Shows Attributes : show_id, show_ticket_id, show_name, show_time, show_date, show_type, show_description
Classes and their methods of Gate Pass Management System Class Diagram:
- Passes Methods : addPasses(), editPasses(), deletePasses(), updatePasses(), savePasses(), searchPasses()
- Tickets Methods : addTickets(), editTickets(), deleteTickets(), updateTickets(), saveTickets(), searchTickets()
- Customers Methods : addCustomers(), editCustomers(), deleteCustomers(), updateCustomers(), saveCustomers(), searchCustomers()
- Pass Types Methods : addPass Types(), editPass Types(), deletePass Types(), updatePass Types(), savePass Types(), searchPass Types()
- Sales Methods : addSales(), editSales(), deleteSales(), updateSales(), saveSales(), searchSales()
- Shows Methods : addShows(), editShows(), deleteShows(), updateShows(), saveShows(), searchShows()
Class Diagram of Gate Pass Management System :
Class Diagram Image: