- Posted By: freeproject
- Comments: 0
Posted By freeproject on August 2, 2017
Fast Food Corner Portal Class Diagram describes the structure of a Fast Food Corner Portal classes, their attributes, operations (or methods), and the relationships among objects. The main classes of the Fast Food Corner Portal are Foods, Items, Payments, Receipts, Customers, Bill.
Classes of Fast Food Corner Portal Class Diagram:
- Foods Class : Manage all the operations of Foods
- Items Class : Manage all the operations of Items
- Payments Class : Manage all the operations of Payments
- Receipts Class : Manage all the operations of Receipts
- Customers Class : Manage all the operations of Customers
- Bill Class : Manage all the operations of Bill
Classes and their attributes of Fast Food Corner Portal Class Diagram:
- Foods Attributes : food_id, food_customer_id, food_order, food_category, food_price, food_name, food_type, food_description
- Items Attributes : item_id, item_stocks, item_number, item_type, item_description
- Payments Attributes : payment_id, payment_customer_id, payment_date, payment_amount, payment_description
- Receipts Attributes : receipt_type, receipt_date, receipt_description, receipt_maintenance bill_number
- Customers Attributes : customer_id, customer_name, customer_mobile, customer_email, customer_username, customer_password, customer_address
- Bill Attributes : bill_id, bill_customer_id, bill_number, bill_type, bill_receipt, bill_description
Classes and their methods of Fast Food Corner Portal Class Diagram:
- Foods Methods : addFoods(), editFoods(), deleteFoods(), updateFoods(), saveFoods(), searchFoods()
- Items Methods : addItems(), editItems(), deleteItems(), updateItems(), saveItems(), searchItems()
- Payments Methods : addPayments(), editPayments(), deletePayments(), updatePayments(), savePayments(), searchPayments()
- Receipts Methods : addReceipts(), editReceipts(), deleteReceipts(), updateReceipts(), saveReceipts(), searchReceipts()
- Customers Methods : addCustomers(), editCustomers(), deleteCustomers(), updateCustomers(), saveCustomers(), searchCustomers()
- Bill Methods : addBill(), editBill(), deleteBill(), updateBill(), saveBill(), searchBill()
Class Diagram of Fast Food Corner Portal :
Class Diagram Image: