Class Job
- java.lang.Object
-
- com.ellucian.generated.eedm.dfe_application_submission_process.v1_0_0.Job
-
@Generated("jsonschema2pojo") public class Job extends Object
-
-
Field Summary
Fields Modifier and Type Field Description private StringcommitmentCommitmentprivate StringdescriptionDescriptionprivate ObjectendDateEnd Dateprivate ObjectidIDprivate StringorganisationNameOrganisation Nameprivate StringroleRoleprivate ObjectstartDateStart Dateprivate ObjectworkingWithChildrenWorking With Children
-
Constructor Summary
Constructors Constructor Description Job()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description booleanequals(Object other)StringgetCommitment()CommitmentStringgetDescription()DescriptionObjectgetEndDate()End DateObjectgetId()IDStringgetOrganisationName()Organisation NameStringgetRole()RoleObjectgetStartDate()Start DateObjectgetWorkingWithChildren()Working With ChildreninthashCode()voidsetCommitment(String commitment)CommitmentvoidsetDescription(String description)DescriptionvoidsetEndDate(Object endDate)End DatevoidsetId(Object id)IDvoidsetOrganisationName(String organisationName)Organisation NamevoidsetRole(String role)RolevoidsetStartDate(Object startDate)Start DatevoidsetWorkingWithChildren(Object workingWithChildren)Working With ChildrenStringtoString()JobwithCommitment(String commitment)JobwithDescription(String description)JobwithEndDate(Object endDate)JobwithId(Object id)JobwithOrganisationName(String organisationName)JobwithRole(String role)JobwithStartDate(Object startDate)JobwithWorkingWithChildren(Object workingWithChildren)
-
-
-
Field Detail
-
id
@JsonPropertyDescription("The work experience ID in the Apply system.") private Object idIDThe work experience ID in the Apply system.
-
organisationName
@JsonPropertyDescription("The organisation worked for.") private String organisationNameOrganisation NameThe organisation worked for.
-
startDate
@JsonPropertyDescription("The date the position began.") private Object startDateStart DateThe date the position began.
-
endDate
@JsonPropertyDescription("The date the position finished, if applicable.") private Object endDateEnd DateThe date the position finished, if applicable.
-
role
@JsonPropertyDescription("The position held by the candidate.") private String roleRoleThe position held by the candidate.
-
description
@JsonPropertyDescription("A written description of the work involved.") private String descriptionDescriptionA written description of the work involved.
-
workingWithChildren
@JsonPropertyDescription("Did this position involve working in a school or with children?") private Object workingWithChildrenWorking With ChildrenDid this position involve working in a school or with children?
-
commitment
@JsonPropertyDescription("Whether the work was full time or part time.") private String commitmentCommitmentWhether the work was full time or part time.
-
-
Method Detail
-
getId
public Object getId()
IDThe work experience ID in the Apply system.
-
setId
public void setId(Object id)
IDThe work experience ID in the Apply system.
-
getOrganisationName
public String getOrganisationName()
Organisation NameThe organisation worked for.
-
setOrganisationName
public void setOrganisationName(String organisationName)
Organisation NameThe organisation worked for.
-
getStartDate
public Object getStartDate()
Start DateThe date the position began.
-
setStartDate
public void setStartDate(Object startDate)
Start DateThe date the position began.
-
getEndDate
public Object getEndDate()
End DateThe date the position finished, if applicable.
-
setEndDate
public void setEndDate(Object endDate)
End DateThe date the position finished, if applicable.
-
getRole
public String getRole()
RoleThe position held by the candidate.
-
setRole
public void setRole(String role)
RoleThe position held by the candidate.
-
getDescription
public String getDescription()
DescriptionA written description of the work involved.
-
setDescription
public void setDescription(String description)
DescriptionA written description of the work involved.
-
getWorkingWithChildren
public Object getWorkingWithChildren()
Working With ChildrenDid this position involve working in a school or with children?
-
setWorkingWithChildren
public void setWorkingWithChildren(Object workingWithChildren)
Working With ChildrenDid this position involve working in a school or with children?
-
getCommitment
public String getCommitment()
CommitmentWhether the work was full time or part time.
-
setCommitment
public void setCommitment(String commitment)
CommitmentWhether the work was full time or part time.
-
-