Package net.ontopia.topicmaps.nav.conf
Class DefaultModel
- java.lang.Object
-
- net.ontopia.topicmaps.nav.conf.DefaultModel
-
-
Constructor Summary
Constructors Constructor Description DefaultModel(String id, String title)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description StringgetId()PUBLIC: Returns the ID of the model.StringgetTitle()PUBLIC: Returns the display title of the model.voidsetId(String id)PUBLIC: Sets the ID of the model.voidsetTitle(String title)PUBLIC: Sets the display title of the model.
-
-
-
Method Detail
-
getTitle
public String getTitle()
Description copied from interface:ModelIFPUBLIC: Returns the display title of the model.
-
setTitle
public void setTitle(String title)
Description copied from interface:ModelIFPUBLIC: Sets the display title of the model.
-
getId
public String getId()
Description copied from interface:ModelIFPUBLIC: Returns the ID of the model.
-
-