Class Discipline

    • Field Detail

      • discipline

        @JsonPropertyDescription("An academic discipline associated with an academic program.")
        private Discipline__1 discipline
        Discipline

        An academic discipline associated with an academic program. (Required)

      • startOn

        @JsonPropertyDescription("The date on which the discipline begins for the student academic program.")
        private Object startOn
        Start On

        The date on which the discipline begins for the student academic program.

      • endOn

        @JsonPropertyDescription("The date on which the discipline ends for the student academic program.")
        private Object endOn
        End On

        The date on which the discipline ends for the student academic program.

      • status

        @JsonPropertyDescription("The state of a student\'s discipline within a program.")
        private Object status
        Status

        The state of a student's discipline within a program.

    • Constructor Detail

      • Discipline

        public Discipline()
    • Method Detail

      • getDiscipline

        public Discipline__1 getDiscipline()
        Discipline

        An academic discipline associated with an academic program. (Required)

      • setDiscipline

        public void setDiscipline​(Discipline__1 discipline)
        Discipline

        An academic discipline associated with an academic program. (Required)

      • getStartOn

        public Object getStartOn()
        Start On

        The date on which the discipline begins for the student academic program.

      • setStartOn

        public void setStartOn​(Object startOn)
        Start On

        The date on which the discipline begins for the student academic program.

      • getEndOn

        public Object getEndOn()
        End On

        The date on which the discipline ends for the student academic program.

      • setEndOn

        public void setEndOn​(Object endOn)
        End On

        The date on which the discipline ends for the student academic program.

      • getStatus

        public Object getStatus()
        Status

        The state of a student's discipline within a program.

      • setStatus

        public void setStatus​(Object status)
        Status

        The state of a student's discipline within a program.

      • hashCode

        public int hashCode()
        Overrides:
        hashCode in class Object