Package main.model

Interface Displayable

All Known Subinterfaces:
Request
All Known Implementing Classes:
Project, StudentChangeTitleRequest, StudentDeregistrationRequest, StudentRegistrationRequest, TransferStudentRequest

public interface Displayable
This interface represents an object that can be displayed in a formatted string and a splitter.
  • Method Summary

    Modifier and Type
    Method
    Description
    Returns the formatted string representation of the object.
    Returns the splitter used to separate different fields of the object in the formatted string representation.
  • Method Details

    • getDisplayableString

      String getDisplayableString()
      Returns the formatted string representation of the object.
      Returns:
      the formatted string representation of the object.
    • getSplitter

      String getSplitter()
      Returns the splitter used to separate different fields of the object in the formatted string representation.
      Returns:
      the splitter used to separate different fields of the object in the formatted string representation.