- Posted By: freeproject
- Comments: 0
Posted By freeproject on August 2, 2017
Cabel Operator Management System Class Diagram describes the structure of a Cabel Operator Management System classes, their attributes, operations (or methods), and the relationships among objects. The main classes of the Cabel Operator Management System are Operators, Customers, Channels, Payment, Plans, Login.
Classes of Cabel Operator Management System Class Diagram:
- Operators Class : Manage all the operations of Operators
- Customers Class : Manage all the operations of Customers
- Channels Class : Manage all the operations of Channels
- Payment Class : Manage all the operations of Payment
- Plans Class : Manage all the operations of Plans
- Login Class : Manage all the operations of Login
Classes and their attributes of Cabel Operator Management System Class Diagram:
- Operators Attributes : operator_id, operator_name, operator_mobile, operator_email, operator_username, operator_password, operator_address
- Customers Attributes : customer_id, customer_name, customer_mobile, customer_email, customer_username, customer_password, customer_address
- Channels Attributes : channel_id, channel_name, channel_number, channel_type, channel_charge, channel_description
- Payment Attributes : payment_id, payment_customer_id, payment_date, payment_bill, payment_type, payment_description
- Plans Attributes : plan_id, plan_channel_id, plan_name, plan_price, plan_type, plan_payment, plan_description
- Login Attributes : login_id, login_user_id, login_role_id, login_username, login_password, login_lastlogin
Classes and their methods of Cabel Operator Management System Class Diagram:
- Operators Methods : addOperators(), editOperators(), deleteOperators(), updateOperators(), saveOperators(), searchOperators()
- Customers Methods : addCustomers(), editCustomers(), deleteCustomers(), updateCustomers(), saveCustomers(), searchCustomers()
- Channels Methods : addChannels(), editChannels(), deleteChannels(), updateChannels(), saveChannels(), searchChannels()
- Payment Methods : addPayment(), editPayment(), deletePayment(), updatePayment(), savePayment(), searchPayment()
- Plans Methods : addPlans(), editPlans(), deletePlans(), updatePlans(), savePlans(), searchPlans()
- Login Methods : addLogin(), editLogin(), deleteLogin(), updateLogin(), saveLogin(), searchLogin()
Class Diagram of Cabel Operator Management System :
Class Diagram Image: