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