net.ontopia.topicmaps.nav.conf
Class DefaultView

java.lang.Object
  extended by 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 Summary
protected  String id
           
protected  String title
           
 
Constructor Summary
DefaultView(String id, String title)
           
 
Method Summary
 String getId()
          PUBLIC: Returns the ID of the view.
 String getTitle()
          PUBLIC: Returns the display title of the view.
 void setId(String id)
          PUBLIC: Sets the ID of the view.
 void setTitle(String title)
          PUBLIC: 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 String title

id

protected String id
Constructor Detail

DefaultView

public DefaultView(String id,
                   String title)
Method Detail

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


Copyright © 2000-2012 Ontopia.