ontopoly.sysmodel
Class TopicMapSource

java.lang.Object
  extended by ontopoly.sysmodel.TopicMapSource
All Implemented Interfaces:
java.io.Serializable

public class TopicMapSource
extends java.lang.Object
implements java.io.Serializable

INTERNAL: Represents a source in the Ontopoly topic map repository. Only sources which support create are represented. This class only exists so the repository can be notified when new topic maps are created.

See Also:
Serialized Form

Constructor Summary
protected TopicMapSource()
           
  TopicMapSource(java.lang.String sourceId)
          INTERNAL: Creates a new source wrapper.
 
Method Summary
 java.lang.String getId()
          INTERNAL: Returns the ID of the source.
protected  TopicMapSourceIF getSource()
           
 java.lang.String getTitle()
          INTERNAL: Returns the display title of the source.
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

TopicMapSource

protected TopicMapSource()

TopicMapSource

public TopicMapSource(java.lang.String sourceId)
INTERNAL: Creates a new source wrapper.

Method Detail

getId

public java.lang.String getId()
INTERNAL: Returns the ID of the source.


getTitle

public java.lang.String getTitle()
INTERNAL: Returns the display title of the source.


getSource

protected TopicMapSourceIF getSource()


Copyright © 2000-2012 Ontopia.