Package net.ontopia.topicmaps.nav.conf
Class DefaultView
- java.lang.Object
-
- net.ontopia.topicmaps.nav.conf.DefaultView
-
-
Constructor Summary
Constructors Constructor Description DefaultView(String id, String title)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method 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.
-
-
-
Method Detail
-
getTitle
public String getTitle()
Description copied from interface:ViewIF
PUBLIC: Returns the display title of the view.
-
setTitle
public void setTitle(String title)
Description copied from interface:ViewIF
PUBLIC: Sets the display title of the view.
-
getId
public String getId()
Description copied from interface:ViewIF
PUBLIC: Returns the ID of the view.
-
-