- Posted By: freeproject
- Comments: 0
Posted By freeproject on August 2, 2017
Training and Placement Management System Class Diagram describes the structure of a Training and Placement Management System classes, their attributes, operations (or methods), and the relationships among objects. The main classes of the Training and Placement Management System are Trainning, Placement, Job, Jobskeer, Applicant, Company.
Classes of Training and Placement Management System Class Diagram:
- Trainning Class : Manage all the operations of Trainning
- Placement Class : Manage all the operations of Placement
- Job Class : Manage all the operations of Job
- Jobskeer Class : Manage all the operations of Jobskeer
- Applicant Class : Manage all the operations of Applicant
- Company Class : Manage all the operations of Company
Classes and their attributes of Training and Placement Management System Class Diagram:
- Trainning Attributes : training_id, training_student_id, training_registration, training_name, training_type, training_year, training_description
- Placement Attributes : placement_id, placement_college_id, placement_student_id, placement_qualification, placement_type, placement_description
- Job Attributes : job_id, job_name, job_type, job_salary, job_vacancy, job_description
- Jobskeer Attributes : job_seeker__id, job_seeker__name, job_seeker__mobile, job_seeker__email, job_seeker__username, job_seeker__password, job_seeker__address
- Applicant Attributes : applicant_id, applicant_name, applicant_mobile, applicant_email, applicant_applicantname, applicant_password, applicant_address
- Company Attributes : company_id, company_name, comapny_type, company_description, company_address
Classes and their methods of Training and Placement Management System Class Diagram:
- Trainning Methods : addTrainning(), editTrainning(), deleteTrainning(), updateTrainning(), saveTrainning(), searchTrainning()
- Placement Methods : addPlacement(), editPlacement(), deletePlacement(), updatePlacement(), savePlacement(), searchPlacement()
- Job Methods : addJob(), editJob(), deleteJob(), updateJob(), saveJob(), searchJob()
- Jobskeer Methods : addJobskeer(), editJobskeer(), deleteJobskeer(), updateJobskeer(), saveJobskeer(), searchJobskeer()
- Applicant Methods : addApplicant(), editApplicant(), deleteApplicant(), updateApplicant(), saveApplicant(), searchApplicant()
- Company Methods : addCompany(), editCompany(), deleteCompany(), updateCompany(), saveCompany(), searchCompany()
Class Diagram of Training and Placement Management System :
Class Diagram Image: