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
-
Method Details
-
export
String export()Text format that will be used for exporting object.- Returns:
- text that will be used for exporting object.
-