Class Interview
- java.lang.Object
-
- com.ellucian.generated.eedm.dfe_admission_decisions.v1_2_0.Interview
-
@Generated("jsonschema2pojo") public class Interview extends Object
InterviewInterviews made on teachers training applications in UK under UK Government Department, DfE (Department for Education).
-
-
Field Summary
Fields Modifier and Type Field Description private StringadditionalDetailsAdditional Detailsprivate StringcancellationReasonCancellation Reasonprivate IdidIdprivate DateinterviewDateInterview Dateprivate StringinterviewIdInterview Idprivate StringlocationLocationprivate StringproviderCodeProvider Code
-
Constructor Summary
Constructors Constructor Description Interview()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description booleanequals(Object other)StringgetAdditionalDetails()Additional DetailsStringgetCancellationReason()Cancellation ReasonIdgetId()IdDategetInterviewDate()Interview DateStringgetInterviewId()Interview IdStringgetLocation()LocationStringgetProviderCode()Provider CodeinthashCode()voidsetAdditionalDetails(String additionalDetails)Additional DetailsvoidsetCancellationReason(String cancellationReason)Cancellation ReasonvoidsetId(Id id)IdvoidsetInterviewDate(Date interviewDate)Interview DatevoidsetInterviewId(String interviewId)Interview IdvoidsetLocation(String location)LocationvoidsetProviderCode(String providerCode)Provider CodeStringtoString()InterviewwithAdditionalDetails(String additionalDetails)InterviewwithCancellationReason(String cancellationReason)InterviewwithId(Id id)InterviewwithInterviewDate(Date interviewDate)InterviewwithInterviewId(String interviewId)InterviewwithLocation(String location)InterviewwithProviderCode(String providerCode)
-
-
-
Field Detail
-
id
@JsonPropertyDescription("The global identifier of the interview for the admission application.") private Id idIdThe global identifier of the interview for the admission application. (Required)
-
interviewId
@JsonPropertyDescription("The unique ID of interview.") private String interviewIdInterview IdThe unique ID of interview.
-
providerCode
@JsonPropertyDescription("The Provider Code of the Interview on the admission application.") private String providerCodeProvider CodeThe Provider Code of the Interview on the admission application.
-
interviewDate
@JsonPropertyDescription("The Date and time of the interview.") private Date interviewDateInterview DateThe Date and time of the interview.
-
location
@JsonPropertyDescription("A string describing where or how the interview will take place.") private String locationLocationA string describing where or how the interview will take place.
-
additionalDetails
@JsonPropertyDescription("Optional string for additional notes.") private String additionalDetailsAdditional DetailsOptional string for additional notes.
-
cancellationReason
@JsonPropertyDescription("The reason for the cancellation of Interview.") private String cancellationReasonCancellation ReasonThe reason for the cancellation of Interview.
-
-
Method Detail
-
getId
public Id getId()
IdThe global identifier of the interview for the admission application. (Required)
-
setId
public void setId(Id id)
IdThe global identifier of the interview for the admission application. (Required)
-
getInterviewId
public String getInterviewId()
Interview IdThe unique ID of interview.
-
setInterviewId
public void setInterviewId(String interviewId)
Interview IdThe unique ID of interview.
-
getProviderCode
public String getProviderCode()
Provider CodeThe Provider Code of the Interview on the admission application.
-
setProviderCode
public void setProviderCode(String providerCode)
Provider CodeThe Provider Code of the Interview on the admission application.
-
getInterviewDate
public Date getInterviewDate()
Interview DateThe Date and time of the interview.
-
setInterviewDate
public void setInterviewDate(Date interviewDate)
Interview DateThe Date and time of the interview.
-
getLocation
public String getLocation()
LocationA string describing where or how the interview will take place.
-
setLocation
public void setLocation(String location)
LocationA string describing where or how the interview will take place.
-
getAdditionalDetails
public String getAdditionalDetails()
Additional DetailsOptional string for additional notes.
-
setAdditionalDetails
public void setAdditionalDetails(String additionalDetails)
Additional DetailsOptional string for additional notes.
-
getCancellationReason
public String getCancellationReason()
Cancellation ReasonThe reason for the cancellation of Interview.
-
setCancellationReason
public void setCancellationReason(String cancellationReason)
Cancellation ReasonThe reason for the cancellation of Interview.
-
-