Class ApplicationAcademicProgram


  • @Generated("jsonschema2pojo")
    public class ApplicationAcademicProgram
    extends Object
    • Field Detail

      • program

        @JsonPropertyDescription("The academic program applied to.")
        private Program program
        Program

        The academic program applied to. (Required)

      • academicLevel

        @JsonPropertyDescription("The level of instruction for this course or program of study.")
        private Object academicLevel
        Academic Level

        The level of instruction for this course or program of study.

      • credentials

        @JsonPropertyDescription("Credentials associated with the academic program.")
        private List<Credential> credentials
        Credentials

        Credentials associated with the academic program.

      • programOwner

        @JsonPropertyDescription("The operational unit which is the program owner.")
        private Object programOwner
        Program Owner

        The operational unit which is the program owner.

      • disciplines

        @JsonPropertyDescription("The academic disciplines associated with the academic program.")
        private List<Discipline> disciplines
        Disciplines

        The academic disciplines associated with the academic program.

    • Constructor Detail

      • ApplicationAcademicProgram

        public ApplicationAcademicProgram()
    • Method Detail

      • getProgram

        public Program getProgram()
        Program

        The academic program applied to. (Required)

      • setProgram

        public void setProgram​(Program program)
        Program

        The academic program applied to. (Required)

      • getAcademicLevel

        public Object getAcademicLevel()
        Academic Level

        The level of instruction for this course or program of study.

      • setAcademicLevel

        public void setAcademicLevel​(Object academicLevel)
        Academic Level

        The level of instruction for this course or program of study.

      • getCredentials

        public List<Credential> getCredentials()
        Credentials

        Credentials associated with the academic program.

      • setCredentials

        public void setCredentials​(List<Credential> credentials)
        Credentials

        Credentials associated with the academic program.

      • getProgramOwner

        public Object getProgramOwner()
        Program Owner

        The operational unit which is the program owner.

      • setProgramOwner

        public void setProgramOwner​(Object programOwner)
        Program Owner

        The operational unit which is the program owner.

      • getDisciplines

        public List<Discipline> getDisciplines()
        Disciplines

        The academic disciplines associated with the academic program.

      • setDisciplines

        public void setDisciplines​(List<Discipline> disciplines)
        Disciplines

        The academic disciplines associated with the academic program.

      • hashCode

        public int hashCode()
        Overrides:
        hashCode in class Object