| Modifier and Type | Field and Description |
|---|---|
protected String |
id |
protected String |
title |
| Constructor and Description |
|---|
DefaultModel(String id,
String title) |
| Modifier and Type | Method and Description |
|---|---|
String |
getId()
PUBLIC: Returns the ID of the model.
|
String |
getTitle()
PUBLIC: Returns the display title of the model.
|
void |
setId(String id)
PUBLIC: Sets the ID of the model.
|
void |
setTitle(String title)
PUBLIC: Sets the display title of the model.
|
public String getTitle()
ModelIFpublic void setTitle(String title)
ModelIFpublic String getId()
ModelIF