- Posted By: freeproject
- Comments: 0
Posted By freeproject on August 2, 2017
Ecare System Class Diagram describes the structure of a Ecare System classes, their attributes, operations (or methods), and the relationships among objects. The main classes of the Ecare System are Customer, Organization, Employees, Logins, Information, Invetories.
Classes of Ecare System Class Diagram:
- Customer Class : Manage all the operations of Customer
- Organization Class : Manage all the operations of Organization
- Employees Class : Manage all the operations of Employees
- Logins Class : Manage all the operations of Logins
- Information Class : Manage all the operations of Information
- Invetories Class : Manage all the operations of Invetories
Classes and their attributes of Ecare System Class Diagram:
- Customer Attributes : customer_id, customer_name, customer_mobile, customer_email, customer_username, customer_password, customer_address
- Organization Attributes : organization_id, organization_name, comapny_type, organization_description, organization_address
- Employees Attributes : employee_id, employee_name, employee_mobile, employee_email, employee_username, employee_password, employee_address
- Logins Attributes : login_id, login_user_id, login_role_id, login_username, login_password, login_lastlogin
- Information Attributes : information_id, information_name, information_type, information_description
- Invetories Attributes : inventory_id, inventory_items, inventory_number, inventory_type, inventory_description
Classes and their methods of Ecare System Class Diagram:
- Customer Methods : addCustomer(), editCustomer(), deleteCustomer(), updateCustomer(), saveCustomer(), searchCustomer()
- Organization Methods : addOrganization(), editOrganization(), deleteOrganization(), updateOrganization(), saveOrganization(), searchOrganization()
- Employees Methods : addEmployees(), editEmployees(), deleteEmployees(), updateEmployees(), saveEmployees(), searchEmployees()
- Logins Methods : addLogins(), editLogins(), deleteLogins(), updateLogins(), saveLogins(), searchLogins()
- Information Methods : addInformation(), editInformation(), deleteInformation(), updateInformation(), saveInformation(), searchInformation()
- Invetories Methods : addInvetories(), editInvetories(), deleteInvetories(), updateInvetories(), saveInvetories(), searchInvetories()
Class Diagram of Ecare System :
Class Diagram Image: