Interface Retrievable

    • Method Detail

      • getQueryKey

        String 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.