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 String
commitment
Commitmentprivate String
description
Descriptionprivate Object
endDate
End Dateprivate Object
id
IDprivate String
organisationName
Organisation Nameprivate String
role
Roleprivate Object
startDate
Start Dateprivate Object
workingWithChildren
Working With Children
-
Constructor Summary
Constructors Constructor Description Job()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description boolean
equals(Object other)
String
getCommitment()
CommitmentString
getDescription()
DescriptionObject
getEndDate()
End DateObject
getId()
IDString
getOrganisationName()
Organisation NameString
getRole()
RoleObject
getStartDate()
Start DateObject
getWorkingWithChildren()
Working With Childrenint
hashCode()
void
setCommitment(String commitment)
Commitmentvoid
setDescription(String description)
Descriptionvoid
setEndDate(Object endDate)
End Datevoid
setId(Object id)
IDvoid
setOrganisationName(String organisationName)
Organisation Namevoid
setRole(String role)
Rolevoid
setStartDate(Object startDate)
Start Datevoid
setWorkingWithChildren(Object workingWithChildren)
Working With ChildrenString
toString()
Job
withCommitment(String commitment)
Job
withDescription(String description)
Job
withEndDate(Object endDate)
Job
withId(Object id)
Job
withOrganisationName(String organisationName)
Job
withRole(String role)
Job
withStartDate(Object startDate)
Job
withWorkingWithChildren(Object workingWithChildren)
-
-
-
Field Detail
-
id
@JsonPropertyDescription("The work experience ID in the Apply system.") private Object id
IDThe work experience ID in the Apply system.
-
organisationName
@JsonPropertyDescription("The organisation worked for.") private String organisationName
Organisation NameThe organisation worked for.
-
startDate
@JsonPropertyDescription("The date the position began.") private Object startDate
Start DateThe date the position began.
-
endDate
@JsonPropertyDescription("The date the position finished, if applicable.") private Object endDate
End DateThe date the position finished, if applicable.
-
role
@JsonPropertyDescription("The position held by the candidate.") private String role
RoleThe position held by the candidate.
-
description
@JsonPropertyDescription("A written description of the work involved.") private String description
DescriptionA written description of the work involved.
-
workingWithChildren
@JsonPropertyDescription("Did this position involve working in a school or with children?") private Object workingWithChildren
Working 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 commitment
CommitmentWhether 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.
-
-