com.personal.resume
Class LatestCv
java.lang.Object
com.personal.resume.LatestCv
- All Implemented Interfaces:
- SoftwareEngineerResumes
public class LatestCv
- extends java.lang.Object
- implements SoftwareEngineerResumes
This class details all the sections of an applicant's resume.
- Author:
- Anoop Dixith
Field Summary |
static java.lang.Double |
version
|
Methods inherited from class java.lang.Object |
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
version
public static java.lang.Double version
LatestCv
public LatestCv()
getEducation
public Education getEducation()
getWorkExperience
public java.util.Map<java.lang.String,java.lang.String> getWorkExperience()
- Wrapper that adds the past work experience of the applicant.
- Returns:
- Hashmap object containing the work experience.
addWorkExperience
public void addWorkExperience()
- Adds the past work experience of the applicant.
- Specified by:
addWorkExperience
in interface SoftwareEngineerResumes