net.ontopia.topicmaps.impl.rdbms
Class SourceLocator

java.lang.Object
  extended by net.ontopia.infoset.impl.basic.AbstractLocator
      extended by net.ontopia.topicmaps.impl.rdbms.RDBMSLocator
          extended by net.ontopia.topicmaps.impl.rdbms.SourceLocator
All Implemented Interfaces:
java.io.Externalizable, java.io.Serializable, LocatorIF

public class SourceLocator
extends RDBMSLocator

INTERNAL: A locator class used for representing topic map object source locators.

No normalization or absolutization is done.

See Also:
Serialized Form

Constructor Summary
SourceLocator()
           
SourceLocator(LocatorIF locator)
           
 
Method Summary
 java.lang.String _getClassIndicator()
           
 long _getTMObject()
           
 long _getTopicMap()
           
 void _setClassIndicator(java.lang.String indicator)
           
 void _setTMObject(long tmobject)
           
 void _setTopicMap(long topicmap)
           
 
Methods inherited from class net.ontopia.topicmaps.impl.rdbms.RDBMSLocator
_getAddress, _setAddress, equals, getAddress, getExternalForm, getNotation, hashCode, readExternal, resolveAbsolute, writeExternal
 
Methods inherited from class net.ontopia.infoset.impl.basic.AbstractLocator
toString
 
Methods inherited from class java.lang.Object
getClass, notify, notifyAll, wait, wait, wait
 

Constructor Detail

SourceLocator

public SourceLocator()

SourceLocator

public SourceLocator(LocatorIF locator)
Method Detail

_getTMObject

public long _getTMObject()

_setTMObject

public void _setTMObject(long tmobject)

_getTopicMap

public long _getTopicMap()

_setTopicMap

public void _setTopicMap(long topicmap)

_getClassIndicator

public java.lang.String _getClassIndicator()

_setClassIndicator

public void _setClassIndicator(java.lang.String indicator)


Copyright © 2000-2010 Ontopia.