net.ontopia.topicmaps.nav2.core
Interface ModelIF

All Known Implementing Classes:
DefaultModel

public interface ModelIF

INTERNAL: An interface representing a model.


Method Summary
 java.lang.String getId()
          INTERNAL: Returns the ID of the model.
 java.lang.String getTitle()
          INTERNAL: Returns the display title of the model.
 void setId(java.lang.String id)
          INTERNAL: Sets the ID of the model.
 void setTitle(java.lang.String title)
          INTERNAL: Sets the display title of the model.
 

Method Detail

getTitle

java.lang.String getTitle()
INTERNAL: Returns the display title of the model.


setTitle

void setTitle(java.lang.String title)
INTERNAL: Sets the display title of the model.


getId

java.lang.String getId()
INTERNAL: Returns the ID of the model.


setId

void setId(java.lang.String id)
INTERNAL: Sets the ID of the model.



Copyright © 2000-2012 Ontopia.