Class MedicalRecord

    • Constructor Detail

      • MedicalRecord

        public MedicalRecord()
      • MedicalRecord

        public MedicalRecord​(String desc,
                             Patient patient)
    • Method Detail

      • getDescription

        public String getDescription()
      • setDescription

        public void setDescription​(String desc)
      • getId

        public Long getId()
      • setId

        public void setId​(Long id)
      • getPatient

        public Patient getPatient()
      • setPatient

        public void setPatient​(Patient patient)
      • getPriority

        public int getPriority()
      • setPriority

        public void setPriority​(int priority)
      • hashCode

        public int hashCode()
        Overrides:
        hashCode in class Object