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 StringgetName()CollectiongetPages()TopicIFgetTopic()CollectiongetTopicMaps()
-
-
-
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()
-
-