Class Job

    • Field Detail

      • id

        @JsonPropertyDescription("The work experience ID in the Apply system.")
        private Object id
        ID

        The work experience ID in the Apply system.

      • organisationName

        @JsonPropertyDescription("The organisation worked for.")
        private String organisationName
        Organisation Name

        The organisation worked for.

      • startDate

        @JsonPropertyDescription("The date the position began.")
        private Object startDate
        Start Date

        The date the position began.

      • endDate

        @JsonPropertyDescription("The date the position finished, if applicable.")
        private Object endDate
        End Date

        The date the position finished, if applicable.

      • role

        @JsonPropertyDescription("The position held by the candidate.")
        private String role
        Role

        The position held by the candidate.

      • description

        @JsonPropertyDescription("A written description of the work involved.")
        private String description
        Description

        A written description of the work involved.

      • workingWithChildren

        @JsonPropertyDescription("Did this position involve working in a school or with children?")
        private Object workingWithChildren
        Working With Children

        Did this position involve working in a school or with children?

      • commitment

        @JsonPropertyDescription("Whether the work was full time or part time.")
        private String commitment
        Commitment

        Whether the work was full time or part time.

    • Constructor Detail

      • Job

        public Job()
    • Method Detail

      • getId

        public Object getId()
        ID

        The work experience ID in the Apply system.

      • setId

        public void setId​(Object id)
        ID

        The work experience ID in the Apply system.

      • getOrganisationName

        public String getOrganisationName()
        Organisation Name

        The organisation worked for.

      • setOrganisationName

        public void setOrganisationName​(String organisationName)
        Organisation Name

        The organisation worked for.

      • withOrganisationName

        public Job withOrganisationName​(String organisationName)
      • getStartDate

        public Object getStartDate()
        Start Date

        The date the position began.

      • setStartDate

        public void setStartDate​(Object startDate)
        Start Date

        The date the position began.

      • withStartDate

        public Job withStartDate​(Object startDate)
      • getEndDate

        public Object getEndDate()
        End Date

        The date the position finished, if applicable.

      • setEndDate

        public void setEndDate​(Object endDate)
        End Date

        The date the position finished, if applicable.

      • withEndDate

        public Job withEndDate​(Object endDate)
      • getRole

        public String getRole()
        Role

        The position held by the candidate.

      • setRole

        public void setRole​(String role)
        Role

        The position held by the candidate.

      • withRole

        public Job withRole​(String role)
      • getDescription

        public String getDescription()
        Description

        A written description of the work involved.

      • setDescription

        public void setDescription​(String description)
        Description

        A written description of the work involved.

      • withDescription

        public Job withDescription​(String description)
      • getWorkingWithChildren

        public Object getWorkingWithChildren()
        Working With Children

        Did this position involve working in a school or with children?

      • setWorkingWithChildren

        public void setWorkingWithChildren​(Object workingWithChildren)
        Working With Children

        Did this position involve working in a school or with children?

      • withWorkingWithChildren

        public Job withWorkingWithChildren​(Object workingWithChildren)
      • getCommitment

        public String getCommitment()
        Commitment

        Whether the work was full time or part time.

      • setCommitment

        public void setCommitment​(String commitment)
        Commitment

        Whether the work was full time or part time.

      • withCommitment

        public Job withCommitment​(String commitment)
      • hashCode

        public int hashCode()
        Overrides:
        hashCode in class Object