- Posted By: freeproject
- Comments: 0
Posted By freeproject on August 2, 2017
Placement Cell Management System Class Diagram describes the structure of a Placement Cell Management System classes, their attributes, operations (or methods), and the relationships among objects. The main classes of the Placement Cell Management System are Placements, Trainning, Job, Company, College, Applicant.
Classes of Placement Cell Management System Class Diagram:
- Placements Class : Manage all the operations of Placements
- Trainning Class : Manage all the operations of Trainning
- Job Class : Manage all the operations of Job
- Company Class : Manage all the operations of Company
- College Class : Manage all the operations of College
- Applicant Class : Manage all the operations of Applicant
Classes and their attributes of Placement Cell Management System Class Diagram:
- Placements Attributes : placement_id, placement_college_id, placement_student_id, placement_qualification, placement_type, placement_description
- Trainning Attributes : training_id, training_college_id, training_name, training_type, training_description
- Job Attributes : job_id, job_name, job_type, job_salary, job_vacancy, job_description
- Company Attributes : company_id, company_name, comapny_type, company_description, company_address
- College Attributes : college_id, college_name, college_description, college_address,
- Applicant Attributes : applicant_id, applicant_name, applicant_mobile, applicant_email, applicant_applicantname, applicant_password, applicant_address
Classes and their methods of Placement Cell Management System Class Diagram:
- Placements Methods : addPlacements(), editPlacements(), deletePlacements(), updatePlacements(), savePlacements(), searchPlacements()
- Trainning Methods : addTrainning(), editTrainning(), deleteTrainning(), updateTrainning(), saveTrainning(), searchTrainning()
- Job Methods : addJob(), editJob(), deleteJob(), updateJob(), saveJob(), searchJob()
- Company Methods : addCompany(), editCompany(), deleteCompany(), updateCompany(), saveCompany(), searchCompany()
- College Methods : addCollege(), editCollege(), deleteCollege(), updateCollege(), saveCollege(), searchCollege()
- Applicant Methods : addApplicant(), editApplicant(), deleteApplicant(), updateApplicant(), saveApplicant(), searchApplicant()
Class Diagram of Placement Cell Management System :
Class Diagram Image: