Class AwardFund


  • @Generated("jsonschema2pojo")
    public class AwardFund
    extends Object
    Award Fund

    The fund that is awarded to the student.

    • Field Detail

      • id

        @JsonPropertyDescription("The global identifier for the Award Fund.")
        private String id
        ID

        The global identifier for the Award Fund. (Required)

    • Constructor Detail

      • AwardFund

        public AwardFund()
    • Method Detail

      • getId

        public String getId()
        ID

        The global identifier for the Award Fund. (Required)

      • setId

        public void setId​(String id)
        ID

        The global identifier for the Award Fund. (Required)

      • hashCode

        public int hashCode()
        Overrides:
        hashCode in class Object