|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Object net.ontopia.topicmaps.nav.conf.DefaultView
public class DefaultView
PUBLIC: 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()
PUBLIC: Returns the ID of the view. |
java.lang.String |
getTitle()
PUBLIC: Returns the display title of the view. |
void |
setId(java.lang.String id)
PUBLIC: Sets the ID of the view. |
void |
setTitle(java.lang.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 |
---|
protected java.lang.String title
protected java.lang.String id
Constructor Detail |
---|
public DefaultView(java.lang.String id, java.lang.String title)
Method Detail |
---|
public java.lang.String getTitle()
ViewIF
getTitle
in interface ViewIF
public void setTitle(java.lang.String title)
ViewIF
setTitle
in interface ViewIF
public java.lang.String getId()
ViewIF
getId
in interface ViewIF
public void setId(java.lang.String id)
ViewIF
setId
in interface ViewIF
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |