Class 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:
  • Field Details

    • indicator

      protected String indicator
    • tmobject

      protected long tmobject
    • topicmap

      protected long topicmap
  • Constructor Details

    • SourceLocator

      public SourceLocator()
    • SourceLocator

      public SourceLocator(LocatorIF locator)
  • Method Details

    • _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)