net.ontopia.topicmaps.nav2.impl.framework
Class DefaultView

java.lang.Object
  extended by net.ontopia.topicmaps.nav2.impl.framework.DefaultView
All Implemented Interfaces:
ViewIF

public class DefaultView
extends java.lang.Object
implements ViewIF

INTERNAL: The default data carrier for views.


Field Summary
protected  java.lang.String id
           
protected  java.lang.String title
           
 
Constructor Summary
DefaultView(java.lang.String id, java.lang.String title)
           
 
Method Summary
 java.lang.String getId()
          INTERNAL: Returns the ID of the view.
 java.lang.String getTitle()
          INTERNAL: Returns the display title of the view.
 void setId(java.lang.String id)
          INTERNAL: Sets the ID of the view.
 void setTitle(java.lang.String title)
          INTERNAL: Sets the display title of the view.
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

title

protected java.lang.String title

id

protected java.lang.String id
Constructor Detail

DefaultView

public DefaultView(java.lang.String id,
                   java.lang.String title)
Method Detail

getTitle

public java.lang.String getTitle()
Description copied from interface: ViewIF
INTERNAL: Returns the display title of the view.

Specified by:
getTitle in interface ViewIF

setTitle

public void setTitle(java.lang.String title)
Description copied from interface: ViewIF
INTERNAL: Sets the display title of the view.

Specified by:
setTitle in interface ViewIF

getId

public java.lang.String getId()
Description copied from interface: ViewIF
INTERNAL: Returns the ID of the view.

Specified by:
getId in interface ViewIF

setId

public void setId(java.lang.String id)
Description copied from interface: ViewIF
INTERNAL: Sets the ID of the view.

Specified by:
setId in interface ViewIF


Copyright © 2000-2012 Ontopia.