Class DefaultModel

java.lang.Object
net.ontopia.topicmaps.nav2.impl.framework.DefaultModel
All Implemented Interfaces:
ModelIF

public class DefaultModel extends Object implements ModelIF
INTERNAL: The default data carrier for models.
  • Field Details

  • Constructor Details

    • DefaultModel

      public DefaultModel(String id, String title)
  • Method Details

    • getTitle

      public String getTitle()
      Description copied from interface: ModelIF
      INTERNAL: Returns the display title of the model.
      Specified by:
      getTitle in interface ModelIF
    • setTitle

      public void setTitle(String title)
      Description copied from interface: ModelIF
      INTERNAL: Sets the display title of the model.
      Specified by:
      setTitle in interface ModelIF
    • getId

      public String getId()
      Description copied from interface: ModelIF
      INTERNAL: Returns the ID of the model.
      Specified by:
      getId in interface ModelIF
    • setId

      public void setId(String id)
      Description copied from interface: ModelIF
      INTERNAL: Sets the ID of the model.
      Specified by:
      setId in interface ModelIF