- All Known Implementing Classes:
DefaultModel
public interface ModelIF
PUBLIC: An interface representing a model.
-
Method Summary
PUBLIC: Returns the ID of the model.
PUBLIC: Returns the display title of the model.
void
PUBLIC: Sets the ID of the model.
void
PUBLIC: Sets the display title of the model.
-
Method Details
-
getTitle
PUBLIC: Returns the display title of the model.
-
setTitle
PUBLIC: Sets the display title of the model.
-
getId
PUBLIC: Returns the ID of the model.
-
setId
PUBLIC: Sets the ID of the model.