Schnittstelle Retrievable


@Deprecated public interface Retrievable
Veraltet.
cft. deprecation comment in OMTool.
This interface specifies methods for uniquely identifying an object.
Version:
$Id$
Autor:
John D. McNally
  • Methodenübersicht

    Modifizierer und Typ
    Methode
    Beschreibung
    Veraltet.
    get an id that differentiates this object from others of its class.
    void
    Veraltet.
    set an id that differentiates this object from others of its class.
  • Methodendetails

    • getQueryKey

      Veraltet.
      get an id that differentiates this object from others of its class.
      Gibt zurück:
      The id value
    • setQueryKey

      void setQueryKey(String key) throws Exception
      Veraltet.
      set an id that differentiates this object from others of its class.
      Parameter:
      key - The new id value
      Löst aus:
      Exception - A problem occurred while setting the id.