com.personal.resume
Class LatestCv

java.lang.Object
  extended by 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

Nested Class Summary
static class LatestCv.Frameworks
           
static class LatestCv.SkillSet
           
static class LatestCv.ToolsUsed
           
 
Field Summary
static java.lang.Double version
           
 
Constructor Summary
LatestCv()
           
 
Method Summary
 void addWorkExperience()
          Adds the past work experience of the applicant.
 Education getEducation()
           
 java.util.Map<java.lang.String,java.lang.String> getWorkExperience()
          Wrapper that adds the past work experience of the applicant.
 
Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

version

public static java.lang.Double version
Constructor Detail

LatestCv

public LatestCv()
Method Detail

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