Class ResumeV1ProfessionalExperience

    • Constructor Detail

      • ResumeV1ProfessionalExperience

        public ResumeV1ProfessionalExperience()
    • Method Detail

      • isEmpty

        public boolean isEmpty()
        Specified by:
        isEmpty in class BaseField
        Returns:
        true if the field is empty, false otherwise.
      • toTableLine

        public String toTableLine()
        Output the line in a format suitable for inclusion in an rST table.
        Specified by:
        toTableLine in interface LineItemField
      • getContractType

        public String getContractType()
        The type of contract for the professional experience.
      • getDepartment

        public String getDepartment()
        The specific department or division within the company.
      • getDescription

        public String getDescription()
        The description of the professional experience as written in the document.
      • getEmployer

        public String getEmployer()
        The name of the company or organization.
      • getEndMonth

        public String getEndMonth()
        The month when the professional experience ended.
      • getEndYear

        public String getEndYear()
        The year when the professional experience ended.
      • getRole

        public String getRole()
        The position or job title held by the candidate.
      • getStartMonth

        public String getStartMonth()
        The month when the professional experience began.
      • getStartYear

        public String getStartYear()
        The year when the professional experience began.