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 String
getId()
PUBLIC: Returns the ID of the model.String
getTitle()
PUBLIC: Returns the display title of the model.void
setId(String id)
PUBLIC: Sets the ID of the model.void
setTitle(String title)
PUBLIC: Sets the display title of the model.
-
-
-
Method Detail
-
getTitle
public String getTitle()
Description copied from interface:ModelIF
PUBLIC: Returns the display title of the model.
-
setTitle
public void setTitle(String title)
Description copied from interface:ModelIF
PUBLIC: Sets the display title of the model.
-
getId
public String getId()
Description copied from interface:ModelIF
PUBLIC: Returns the ID of the model.
-
-