Interface Retrievable


@Deprecated public interface Retrievable
Deprecated.
cft. deprecation comment in OMTool.
This interface specifies methods for uniquely identifying an object.
Version:
$Id$
Author:
John D. McNally
  • Method Summary

    Modifier and Type
    Method
    Description
    Deprecated.
    get an id that differentiates this object from others of its class.
    void
    Deprecated.
    set an id that differentiates this object from others of its class.
  • Method Details

    • getQueryKey

      Deprecated.
      get an id that differentiates this object from others of its class.
      Returns:
      The id value
    • setQueryKey

      void setQueryKey(String key) throws Exception
      Deprecated.
      set an id that differentiates this object from others of its class.
      Parameters:
      key - The new id value
      Throws:
      Exception - A problem occurred while setting the id.