|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectnet.ontopia.topicmaps.nav2.impl.framework.DefaultModel
public class DefaultModel
INTERNAL: The default data carrier for models.
| Field Summary | |
|---|---|
protected String |
id
|
protected String |
title
|
| Constructor Summary | |
|---|---|
DefaultModel(String id,
String title)
|
|
| Method Summary | |
|---|---|
String |
getId()
INTERNAL: Returns the ID of the model. |
String |
getTitle()
INTERNAL: Returns the display title of the model. |
void |
setId(String id)
INTERNAL: Sets the ID of the model. |
void |
setTitle(String title)
INTERNAL: Sets the display title of the model. |
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Field Detail |
|---|
protected String title
protected String id
| Constructor Detail |
|---|
public DefaultModel(String id,
String title)
| Method Detail |
|---|
public String getTitle()
ModelIF
getTitle in interface ModelIFpublic void setTitle(String title)
ModelIF
setTitle in interface ModelIFpublic String getId()
ModelIF
getId in interface ModelIFpublic void setId(String id)
ModelIF
setId in interface ModelIF
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||