Class ApplicationAcademicProgram
- java.lang.Object
-
- com.ellucian.generated.eedm.admission_applications_submissions.v1_0_0.ApplicationAcademicProgram
-
@Generated("jsonschema2pojo") public class ApplicationAcademicProgram extends Object
-
-
Field Summary
Fields Modifier and Type Field Description private ObjectacademicLevelAcademic Levelprivate List<Credential>credentialsCredentialsprivate List<Discipline>disciplinesDisciplinesprivate ProgramprogramProgramprivate ObjectprogramOwnerProgram Owner
-
Constructor Summary
Constructors Constructor Description ApplicationAcademicProgram()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description booleanequals(Object other)ObjectgetAcademicLevel()Academic LevelList<Credential>getCredentials()CredentialsList<Discipline>getDisciplines()DisciplinesProgramgetProgram()ProgramObjectgetProgramOwner()Program OwnerinthashCode()voidsetAcademicLevel(Object academicLevel)Academic LevelvoidsetCredentials(List<Credential> credentials)CredentialsvoidsetDisciplines(List<Discipline> disciplines)DisciplinesvoidsetProgram(Program program)ProgramvoidsetProgramOwner(Object programOwner)Program OwnerStringtoString()ApplicationAcademicProgramwithAcademicLevel(Object academicLevel)ApplicationAcademicProgramwithCredentials(List<Credential> credentials)ApplicationAcademicProgramwithDisciplines(List<Discipline> disciplines)ApplicationAcademicProgramwithProgram(Program program)ApplicationAcademicProgramwithProgramOwner(Object programOwner)
-
-
-
Field Detail
-
program
@JsonPropertyDescription("The academic program applied to.") private Program programProgramThe academic program applied to. (Required)
-
academicLevel
@JsonPropertyDescription("The level of instruction for this course or program of study.") private Object academicLevelAcademic LevelThe level of instruction for this course or program of study.
-
credentials
@JsonPropertyDescription("Credentials associated with the academic program.") private List<Credential> credentialsCredentialsCredentials associated with the academic program.
-
programOwner
@JsonPropertyDescription("The operational unit which is the program owner.") private Object programOwnerProgram OwnerThe operational unit which is the program owner.
-
disciplines
@JsonPropertyDescription("The academic disciplines associated with the academic program.") private List<Discipline> disciplinesDisciplinesThe academic disciplines associated with the academic program.
-
-
Method Detail
-
getProgram
public Program getProgram()
ProgramThe academic program applied to. (Required)
-
setProgram
public void setProgram(Program program)
ProgramThe academic program applied to. (Required)
-
withProgram
public ApplicationAcademicProgram withProgram(Program program)
-
getAcademicLevel
public Object getAcademicLevel()
Academic LevelThe level of instruction for this course or program of study.
-
setAcademicLevel
public void setAcademicLevel(Object academicLevel)
Academic LevelThe level of instruction for this course or program of study.
-
withAcademicLevel
public ApplicationAcademicProgram withAcademicLevel(Object academicLevel)
-
getCredentials
public List<Credential> getCredentials()
CredentialsCredentials associated with the academic program.
-
setCredentials
public void setCredentials(List<Credential> credentials)
CredentialsCredentials associated with the academic program.
-
withCredentials
public ApplicationAcademicProgram withCredentials(List<Credential> credentials)
-
getProgramOwner
public Object getProgramOwner()
Program OwnerThe operational unit which is the program owner.
-
setProgramOwner
public void setProgramOwner(Object programOwner)
Program OwnerThe operational unit which is the program owner.
-
withProgramOwner
public ApplicationAcademicProgram withProgramOwner(Object programOwner)
-
getDisciplines
public List<Discipline> getDisciplines()
DisciplinesThe academic disciplines associated with the academic program.
-
setDisciplines
public void setDisciplines(List<Discipline> disciplines)
DisciplinesThe academic disciplines associated with the academic program.
-
withDisciplines
public ApplicationAcademicProgram withDisciplines(List<Discipline> disciplines)
-
-