Class EarnedDegree

    • Field Detail

      • academicProgram

        @JsonPropertyDescription("The academic program associated with the grade point average.")
        private AcademicProgram academicProgram
        Academic Program

        The academic program associated with the grade point average. (Required)

      • academicSource

        @JsonPropertyDescription("An indication of the academic sources that have been included in the grade point average (e.g. institution, transfer or all).")
        private String academicSource
        Academic Source

        An indication of the academic sources that have been included in the grade point average (e.g. institution, transfer or all). (Required)

      • earnedOn

        @JsonPropertyDescription("The date the student earned the degree.")
        private String earnedOn
        Earned On

        The date the student earned the degree. (Required)

      • value

        @JsonPropertyDescription("The grade point average.")
        private Double value
        Value

        The grade point average. (Required)

      • attemptedCredits

        @JsonPropertyDescription("The number of attempted credits used to compute the grade point average.")
        private Double attemptedCredits
        Attempted Credits

        The number of attempted credits used to compute the grade point average. (Required)

      • earnedCredits

        @JsonPropertyDescription("The number of earned credits used to compute the grade point average.")
        private Double earnedCredits
        Earned Credits

        The number of earned credits used to compute the grade point average. (Required)

      • qualityPoints

        @JsonPropertyDescription("The number of quality points used to compute the grade point average.")
        private Double qualityPoints
        Quality Points

        The number of quality points used to compute the grade point average. (Required)

    • Constructor Detail

      • EarnedDegree

        public EarnedDegree()
    • Method Detail

      • getAcademicProgram

        public AcademicProgram getAcademicProgram()
        Academic Program

        The academic program associated with the grade point average. (Required)

      • setAcademicProgram

        public void setAcademicProgram​(AcademicProgram academicProgram)
        Academic Program

        The academic program associated with the grade point average. (Required)

      • getAcademicSource

        public String getAcademicSource()
        Academic Source

        An indication of the academic sources that have been included in the grade point average (e.g. institution, transfer or all). (Required)

      • setAcademicSource

        public void setAcademicSource​(String academicSource)
        Academic Source

        An indication of the academic sources that have been included in the grade point average (e.g. institution, transfer or all). (Required)

      • getEarnedOn

        public String getEarnedOn()
        Earned On

        The date the student earned the degree. (Required)

      • setEarnedOn

        public void setEarnedOn​(String earnedOn)
        Earned On

        The date the student earned the degree. (Required)

      • getValue

        public Double getValue()
        Value

        The grade point average. (Required)

      • setValue

        public void setValue​(Double value)
        Value

        The grade point average. (Required)

      • getAttemptedCredits

        public Double getAttemptedCredits()
        Attempted Credits

        The number of attempted credits used to compute the grade point average. (Required)

      • setAttemptedCredits

        public void setAttemptedCredits​(Double attemptedCredits)
        Attempted Credits

        The number of attempted credits used to compute the grade point average. (Required)

      • withAttemptedCredits

        public EarnedDegree withAttemptedCredits​(Double attemptedCredits)
      • getEarnedCredits

        public Double getEarnedCredits()
        Earned Credits

        The number of earned credits used to compute the grade point average. (Required)

      • setEarnedCredits

        public void setEarnedCredits​(Double earnedCredits)
        Earned Credits

        The number of earned credits used to compute the grade point average. (Required)

      • getQualityPoints

        public Double getQualityPoints()
        Quality Points

        The number of quality points used to compute the grade point average. (Required)

      • setQualityPoints

        public void setQualityPoints​(Double qualityPoints)
        Quality Points

        The number of quality points used to compute the grade point average. (Required)

      • hashCode

        public int hashCode()
        Overrides:
        hashCode in class Object