Class TMRAP.Server
- java.lang.Object
-
- net.ontopia.topicmaps.nav2.portlets.pojos.TMRAP.Server
-
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description String
getName()
Collection
getPages()
TopicIF
getTopic()
Collection
getTopicMaps()
-
-
-
Constructor Detail
-
Server
public Server(TopicIF topic)
-
-
Method Detail
-
getName
public String getName()
-
getTopic
public TopicIF getTopic()
-
getTopicMaps
public Collection getTopicMaps()
-
getPages
public Collection getPages()
-
-