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