Package net.ontopia.topicmaps.impl.rdbms
Class SourceLocator
- java.lang.Object
-
- net.ontopia.infoset.impl.basic.AbstractLocator
-
- net.ontopia.topicmaps.impl.rdbms.RDBMSLocator
-
- net.ontopia.topicmaps.impl.rdbms.SourceLocator
-
- All Implemented Interfaces:
Externalizable,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
Constructors Constructor Description SourceLocator()SourceLocator(LocatorIF locator)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description String_getClassIndicator()long_getTMObject()long_getTopicMap()void_setClassIndicator(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
-
-
-
-
Field Detail
-
indicator
protected String indicator
-
tmobject
protected long tmobject
-
topicmap
protected long topicmap
-
-
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 String _getClassIndicator()
-
_setClassIndicator
public void _setClassIndicator(String indicator)
-
-