- Posted By: freeproject
- Comments: 0
Posted By freeproject on August 2, 2017
Product Service Management System Class Diagram describes the structure of a Product Service Management System classes, their attributes, operations (or methods), and the relationships among objects. The main classes of the Product Service Management System are Product, Product Service, Order, Delivery, Stocks, Inventory.
Classes of Product Service Management System Class Diagram:
- Product Class : Manage all the operations of Product
- Product Service Class : Manage all the operations of Product Service
- Order Class : Manage all the operations of Order
- Delivery Class : Manage all the operations of Delivery
- Stocks Class : Manage all the operations of Stocks
- Inventory Class : Manage all the operations of Inventory
Classes and their attributes of Product Service Management System Class Diagram:
- Product Attributes : product_id, product_customer_id product_items, product_number, product_type, product_description
- Product Service Attributes : service_id, service_name, service_type, service_product, service_description
- Order Attributes : order_id, order_customer_id order_type, order_number, order_description
- Delivery Attributes : delivery_id, delivery_customer_id, delivery_address, delivery_type, delivery_by, delivery_date, delivery_description
- Stocks Attributes : stock_id, stock_items, stock_number, stock_type, stock_description
- Inventory Attributes : inventory_id, inventory_items, inventory_number, inventory_type, inventory_description
Classes and their methods of Product Service Management System Class Diagram:
- Product Methods : addProduct(), editProduct(), deleteProduct(), updateProduct(), saveProduct(), searchProduct()
- Product Service Methods : addProduct Service(), editProduct Service(), deleteProduct Service(), updateProduct Service(), saveProduct Service(), searchProduct Service()
- Order Methods : addOrder(), editOrder(), deleteOrder(), updateOrder(), saveOrder(), searchOrder()
- Delivery Methods : addDelivery(), editDelivery(), deleteDelivery(), updateDelivery(), saveDelivery(), searchDelivery()
- Stocks Methods : addStocks(), editStocks(), deleteStocks(), updateStocks(), saveStocks(), searchStocks()
- Inventory Methods : addInventory(), editInventory(), deleteInventory(), updateInventory(), saveInventory(), searchInventory()
Class Diagram of Product Service Management System :
Class Diagram Image: