- Posted By: freeproject
- Comments: 0
Posted By freeproject on August 2, 2017
Reseller Management System Class Diagram describes the structure of a Reseller Management System classes, their attributes, operations (or methods), and the relationships among objects. The main classes of the Reseller Management System are Reseller, Order, Customer, Company, Sold License, Company Type.
Classes of Reseller Management System Class Diagram:
- Reseller Class : Manage all the operations of Reseller
- Order Class : Manage all the operations of Order
- Customer Class : Manage all the operations of Customer
- Company Class : Manage all the operations of Company
- Sold License Class : Manage all the operations of Sold License
- Company Type Class : Manage all the operations of Company Type
Classes and their attributes of Reseller Management System Class Diagram:
- Reseller Attributes : reseller_id, reseller_licence_id, reseller_name, reseller_type, reseller_description
- Order Attributes : order_id, order_customer_id order_type, order_number, order_description
- Customer Attributes : customer_id, customer_name, customer_mobile, customer_email, customer_username, customer_password, customer_address
- Company Attributes : company_id, company_name, comapny_type, company_description, company_address
- Sold License Attributes : license_id, license_name, license_type, license_description
- Company Type Attributes : company_type_id, company_type_name, company_type_description
Classes and their methods of Reseller Management System Class Diagram:
- Reseller Methods : addReseller(), editReseller(), deleteReseller(), updateReseller(), saveReseller(), searchReseller()
- Order Methods : addOrder(), editOrder(), deleteOrder(), updateOrder(), saveOrder(), searchOrder()
- Customer Methods : addCustomer(), editCustomer(), deleteCustomer(), updateCustomer(), saveCustomer(), searchCustomer()
- Company Methods : addCompany(), editCompany(), deleteCompany(), updateCompany(), saveCompany(), searchCompany()
- Sold License Methods : addSold License(), editSold License(), deleteSold License(), updateSold License(), saveSold License(), searchSold License()
- Company Type Methods : addCompany Type(), editCompany Type(), deleteCompany Type(), updateCompany Type(), saveCompany Type(), searchCompany Type()
Class Diagram of Reseller Management System :
Class Diagram Image: