- Posted By: freeproject
- Comments: 0
Posted By freeproject on August 2, 2017
Resume Builder Class Diagram describes the structure of a Resume Builder classes, their attributes, operations (or methods), and the relationships among objects. The main classes of the Resume Builder are Resume, Skills, Job, Question, Jobseeker, Salary.
Classes of Resume Builder Class Diagram:
- Resume Class : Manage all the operations of Resume
- Skills Class : Manage all the operations of Skills
- Job Class : Manage all the operations of Job
- Question Class : Manage all the operations of Question
- Jobseeker Class : Manage all the operations of Jobseeker
- Salary Class : Manage all the operations of Salary
Classes and their attributes of Resume Builder Class Diagram:
- Resume Attributes : resume_id, resume_user_id, resume_name, resume_type, resume_description
- Skills Attributes : skill_id, skill_user_id, skill_name, skill_type, skill_description
- Job Attributes : job_id, job_name, job_type, job_salary, job_vacancy, job_description
- Question Attributes : question_id, question_title, question_type, question_description
- Jobseeker Attributes : job_seeker__id, job_seeker__name, job_seeker__mobile, job_seeker__email, job_seeker__username, job_seeker__password, job_seeker__address
- Salary Attributes : salary_id, salary_employee_id, salary_amount, salary_total, salary_type, salary_description
Classes and their methods of Resume Builder Class Diagram:
- Resume Methods : addResume(), editResume(), deleteResume(), updateResume(), saveResume(), searchResume()
- Skills Methods : addSkills(), editSkills(), deleteSkills(), updateSkills(), saveSkills(), searchSkills()
- Job Methods : addJob(), editJob(), deleteJob(), updateJob(), saveJob(), searchJob()
- Question Methods : addQuestion(), editQuestion(), deleteQuestion(), updateQuestion(), saveQuestion(), searchQuestion()
- Jobseeker Methods : addJobseeker(), editJobseeker(), deleteJobseeker(), updateJobseeker(), saveJobseeker(), searchJobseeker()
- Salary Methods : addSalary(), editSalary(), deleteSalary(), updateSalary(), saveSalary(), searchSalary()
Class Diagram of Resume Builder :
Class Diagram Image: