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