Class DefaultModel
- java.lang.Object
-
- net.ontopia.topicmaps.nav2.impl.framework.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()
INTERNAL: Returns the ID of the model.String
getTitle()
INTERNAL: Returns the display title of the model.void
setId(String id)
INTERNAL: Sets the ID of the model.void
setTitle(String title)
INTERNAL: Sets the display title of the model.
-
-
-
Method Detail
-
getTitle
public String getTitle()
Description copied from interface:ModelIF
INTERNAL: Returns the display title of the model.
-
setTitle
public void setTitle(String title)
Description copied from interface:ModelIF
INTERNAL: Sets the display title of the model.
-
getId
public String getId()
Description copied from interface:ModelIF
INTERNAL: Returns the ID of the model.
-
-