Interface IdentifiedModel

All Superinterfaces:
Identified

public interface IdentifiedModel extends Identified
  • Method Details

    • getModel

      Model getModel()
    • getDescription

      String getDescription(Locale locale)
      Parameters:
      locale - to use to obtain the description
      Returns:
      a user provided description of what this model is for
    • wrap

      static IdentifiedModel wrap(String id, String description, Model model)