- Posted By: freeproject
 - Comments: 0
 
                                Posted By freeproject on August 2, 2017  
        
        
        
            
    
            
         
    
    
Mobile Service Enqiry System Class Diagram describes the structure of a Mobile Service Enqiry System classes, their attributes, operations (or methods), and the relationships among objects. The main classes of the Mobile Service Enqiry System are Mobile, Customer, Problems, Payments, Models, Service.
Classes of Mobile Service Enqiry System Class Diagram:
- Mobile Class : Manage all the operations of Mobile
 - Customer Class : Manage all the operations of Customer
 - Problems Class : Manage all the operations of Problems
 - Payments Class : Manage all the operations of Payments
 - Models Class : Manage all the operations of Models
 - Service Class : Manage all the operations of Service
 
Classes and their attributes of Mobile Service Enqiry System Class Diagram:
- Mobile Attributes : mobile_id, mobile_company_id, mobile_model_id, mobile_name, mobile_type, mobile_description
 - Customer Attributes : customer_id, customer_name, customer_mobile, customer_email, customer_username, customer_password, customer_address
 - Problems Attributes : problem_id, problem_mobile_id, problem_name, problem_type, problem_description
 - Payments Attributes : payment_id, payment_customer_id, payment_date, payment_amount, payment_description
 - Models Attributes : model_id, model_name, model_number, model_year, model_type, model_description
 - Service Attributes : service_id, service_name, service_type, service_branch, service_description
 
Classes and their methods of Mobile Service Enqiry System Class Diagram:
- Mobile Methods : addMobile(), editMobile(), deleteMobile(), updateMobile(), saveMobile(), searchMobile()
 - Customer Methods : addCustomer(), editCustomer(), deleteCustomer(), updateCustomer(), saveCustomer(), searchCustomer()
 - Problems Methods : addProblems(), editProblems(), deleteProblems(), updateProblems(), saveProblems(), searchProblems()
 - Payments Methods : addPayments(), editPayments(), deletePayments(), updatePayments(), savePayments(), searchPayments()
 - Models Methods : addModels(), editModels(), deleteModels(), updateModels(), saveModels(), searchModels()
 - Service Methods : addService(), editService(), deleteService(), updateService(), saveService(), searchService()
 
Class Diagram of Mobile Service Enqiry System :
Class Diagram Image: 



