Class DefaultModel
java.lang.Object
net.ontopia.topicmaps.nav2.impl.framework.DefaultModel
- All Implemented Interfaces:
ModelIF
INTERNAL: The default data carrier for models.
-
Field Summary
Fields -
Constructor Summary
Constructors -
Method Summary
-
Field Details
-
title
-
id
-
-
Constructor Details
-
DefaultModel
-
-
Method Details
-
getTitle
Description copied from interface:ModelIFINTERNAL: Returns the display title of the model. -
setTitle
Description copied from interface:ModelIFINTERNAL: Sets the display title of the model. -
getId
Description copied from interface:ModelIFINTERNAL: Returns the ID of the model. -
setId
Description copied from interface:ModelIFINTERNAL: Sets the ID of the model.
-