- Posted By: freeproject
- Comments: 0
Posted By freeproject on August 2, 2017
Art Gallery Management System Class Diagram describes the structure of a Art Gallery Management System classes, their attributes, operations (or methods), and the relationships among objects. The main classes of the Art Gallery Management System are Arts, Customer, Order, Order Update, Payment, Arts Stock.
Classes of Art Gallery Management System Class Diagram:
- Arts Class : Manage all the operations of Arts
- Customer Class : Manage all the operations of Customer
- Order Class : Manage all the operations of Order
- Order Update Class : Manage all the operations of Order Update
- Payment Class : Manage all the operations of Payment
- Arts Stock Class : Manage all the operations of Arts Stock
Classes and their attributes of Art Gallery Management System Class Diagram:
- Arts Attributes : arts_id, arts_title, arts_type, arts_description
- Customer Attributes : customer_id, customer_name, customer_mobile, customer_email, customer_username, customer_password, customer_address
- Order Attributes : order_id, order_customer_id order_type, order_number, order_description
- Order Update Attributes : oder_update_id, oder_update_type, oder_update_description
- Payment Attributes : payment_id, payment_customer_id, payment_date, payment_bill, payment_type, payment_description
- Arts Stock Attributes : stock_id, stock_items, stock_number, stock_type, stock_description
Classes and their methods of Art Gallery Management System Class Diagram:
- Arts Methods : addArts(), editArts(), deleteArts(), updateArts(), saveArts(), searchArts()
- Customer Methods : addCustomer(), editCustomer(), deleteCustomer(), updateCustomer(), saveCustomer(), searchCustomer()
- Order Methods : addOrder(), editOrder(), deleteOrder(), updateOrder(), saveOrder(), searchOrder()
- Order Update Methods : addOrder Update(), editOrder Update(), deleteOrder Update(), updateOrder Update(), saveOrder Update(), searchOrder Update()
- Payment Methods : addPayment(), editPayment(), deletePayment(), updatePayment(), savePayment(), searchPayment()
- Arts Stock Methods : addArts Stock(), editArts Stock(), deleteArts Stock(), updateArts Stock(), saveArts Stock(), searchArts Stock()
Class Diagram of Art Gallery Management System :
Class Diagram Image: