Package net.ontopia.topicmaps.nav.conf
Interface ModelIF
-
- All Known Implementing Classes:
DefaultModel
public interface ModelIFPUBLIC: An interface representing a model.
-
-
Method Summary
All Methods Instance Methods Abstract 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.
-