Class Advisor


  • @Generated("jsonschema2pojo")
    public class Advisor
    extends Object
    Advisor

    The person who provides guidance to the student.

    • Field Detail

      • id

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

        The global identifier for the Advisor. (Required)

    • Constructor Detail

      • Advisor

        public Advisor()
    • Method Detail

      • getId

        public String getId()
        ID

        The global identifier for the Advisor. (Required)

      • setId

        public void setId​(String id)
        ID

        The global identifier for the Advisor. (Required)

      • hashCode

        public int hashCode()
        Overrides:
        hashCode in class Object