Interface ModelIF

  • All Known Implementing Classes:
    DefaultModel

    public interface ModelIF
    PUBLIC: An interface representing a model.
    • Method Detail

      • getTitle

        String getTitle()
        PUBLIC: Returns the display title of the model.
      • setTitle

        void setTitle​(String title)
        PUBLIC: Sets the display title of the model.
      • getId

        String getId()
        PUBLIC: Returns the ID of the model.
      • setId

        void setId​(String id)
        PUBLIC: Sets the ID of the model.