Class AidYear


  • @Generated("jsonschema2pojo")
    public class AidYear
    extends Object
    Aid Year

    The year that the financial aid fund is available for.

    • Field Detail

      • id

        @JsonPropertyDescription("The global identifier for the Aid Year.")
        private String id
        ID

        The global identifier for the Aid Year. (Required)

    • Constructor Detail

      • AidYear

        public AidYear()
    • Method Detail

      • getId

        public String getId()
        ID

        The global identifier for the Aid Year. (Required)

      • setId

        public void setId​(String id)
        ID

        The global identifier for the Aid Year. (Required)

      • hashCode

        public int hashCode()
        Overrides:
        hashCode in class Object