Interface Exportable

All Known Implementing Classes:
Appointment, Doctor, Patient, Person

public interface Exportable
Requires classes to implement export methods that could be use while exporting content of the classes into files.
  • Method Summary

    Modifier and Type
    Method
    Description
    Text format that will be used for exporting object.
  • Method Details

    • export

      String export()
      Text format that will be used for exporting object.
      Returns:
      text that will be used for exporting object.