Class Patient

    • Constructor Detail

      • Patient

        public Patient()
      • Patient

        public Patient​(String name)
    • Method Detail

      • getId

        public Long getId()
      • setId

        public void setId​(Long id)
      • getNextAppointment

        public Date getNextAppointment()
      • setNextAppointment

        public void setNextAppointment​(Date nextAppointment)
      • getName

        public String getName()
      • setName

        public void setName​(String name)
      • hashCode

        public int hashCode()
        Overrides:
        hashCode in class Object