- Posted By: freeproject
- Comments: 0
Posted By freeproject on August 2, 2017
Mobile Store System Class Diagram describes the structure of a Mobile Store System classes, their attributes, operations (or methods), and the relationships among objects. The main classes of the Mobile Store System are Mobile, Customers, Brands, Sells, Payment, Stock.
Classes of Mobile Store System Class Diagram:
- Mobile Class : Manage all the operations of Mobile
- Customers Class : Manage all the operations of Customers
- Brands Class : Manage all the operations of Brands
- Sells Class : Manage all the operations of Sells
- Payment Class : Manage all the operations of Payment
- Stock Class : Manage all the operations of Stock
Classes and their attributes of Mobile Store System Class Diagram:
- Mobile Attributes : mobile_id, mobile_company_id, mobile_model_id, mobile_name, mobile_type, mobile_description
- Customers Attributes : customer_id, customer_name, customer_mobile, customer_email, customer_username, customer_password, customer_address
- Brands Attributes : brand_id, brand_name, brand_company, brand_type, brand_description
- Sells Attributes : sell_id, sell_name, sell_type, sell_sercription
- Payment Attributes : payment_id, payment_customer_id, payment_date, payment_amount, payment_description
- Stock Attributes : stock_id, stock_items, stock_number, stock_type, stock_description
Classes and their methods of Mobile Store System Class Diagram:
- Mobile Methods : addMobile(), editMobile(), deleteMobile(), updateMobile(), saveMobile(), searchMobile()
- Customers Methods : addCustomers(), editCustomers(), deleteCustomers(), updateCustomers(), saveCustomers(), searchCustomers()
- Brands Methods : addBrands(), editBrands(), deleteBrands(), updateBrands(), saveBrands(), searchBrands()
- Sells Methods : addSells(), editSells(), deleteSells(), updateSells(), saveSells(), searchSells()
- Payment Methods : addPayment(), editPayment(), deletePayment(), updatePayment(), savePayment(), searchPayment()
- Stock Methods : addStock(), editStock(), deleteStock(), updateStock(), saveStock(), searchStock()
Class Diagram of Mobile Store System :
Class Diagram Image: