Package net.ontopia.topicmaps.nav2.core
Interface ModelIF
-
- All Known Implementing Classes:
DefaultModel
public interface ModelIF
INTERNAL: An interface representing a model.
-
-
Method Summary
All Methods Instance Methods Abstract 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
String getTitle()
INTERNAL: Returns the display title of the model.
-
setTitle
void setTitle(String title)
INTERNAL: Sets the display title of the model.
-
getId
String getId()
INTERNAL: Returns the ID of the model.
-
setId
void setId(String id)
INTERNAL: Sets the ID of the model.
-
-