Class DefaultView

java.lang.Object
net.ontopia.topicmaps.nav.conf.DefaultView
All Implemented Interfaces:
ViewIF

public class DefaultView extends Object implements ViewIF
PUBLIC: The default data carrier for views.
  • Field Details

  • Constructor Details

    • DefaultView

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

    • getTitle

      public String getTitle()
      Description copied from interface: ViewIF
      PUBLIC: Returns the display title of the view.
      Specified by:
      getTitle in interface ViewIF
    • setTitle

      public void setTitle(String title)
      Description copied from interface: ViewIF
      PUBLIC: Sets the display title of the view.
      Specified by:
      setTitle in interface ViewIF
    • getId

      public String getId()
      Description copied from interface: ViewIF
      PUBLIC: Returns the ID of the view.
      Specified by:
      getId in interface ViewIF
    • setId

      public void setId(String id)
      Description copied from interface: ViewIF
      PUBLIC: Sets the ID of the view.
      Specified by:
      setId in interface ViewIF