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 StringgetId()PUBLIC: Returns the ID of the view.StringgetTitle()PUBLIC: Returns the display title of the view.voidsetId(String id)PUBLIC: Sets the ID of the view.voidsetTitle(String title)PUBLIC: Sets the display title of the view.
-
-
-
Method Detail
-
getTitle
public String getTitle()
Description copied from interface:ViewIFPUBLIC: Returns the display title of the view.
-
setTitle
public void setTitle(String title)
Description copied from interface:ViewIFPUBLIC: Sets the display title of the view.
-
getId
public String getId()
Description copied from interface:ViewIFPUBLIC: Returns the ID of the view.
-
-