| Modifier and Type | Field and Description |
|---|---|
protected String |
id |
protected String |
title |
| Constructor and Description |
|---|
DefaultView(String id,
String title) |
| Modifier and Type | Method and Description |
|---|---|
String |
getId()
INTERNAL: Returns the ID of the view.
|
String |
getTitle()
INTERNAL: Returns the display title of the view.
|
void |
setId(String id)
INTERNAL: Sets the ID of the view.
|
void |
setTitle(String title)
INTERNAL: Sets the display title of the view.
|
public String getTitle()
ViewIFpublic void setTitle(String title)
ViewIFpublic String getId()
ViewIF