public interface ModelIF
Modifier and Type | Method and Description |
---|---|
String |
getId()
INTERNAL: Returns the ID of the model.
|
String |
getTitle()
INTERNAL: Returns the display title of the model.
|
void |
setId(String id)
INTERNAL: Sets the ID of the model.
|
void |
setTitle(String title)
INTERNAL: Sets the display title of the model.
|