org.apache.fulcrum.intake
Interface Retrievable


public interface Retrievable

This interface specifies methods for uniquely identifying an object.

Version:
$Id: Retrievable.java 535465 2007-05-05 06:58:06Z tv $
Author:
John D. McNally

Method Summary
 String getQueryKey()
          get an id that differentiates this object from others of its class.
 void setQueryKey(String key)
          set an id that differentiates this object from others of its class.
 

Method Detail

getQueryKey

String getQueryKey()
get an id that differentiates this object from others of its class.


setQueryKey

void setQueryKey(String key)
                 throws Exception
set an id that differentiates this object from others of its class.

Throws:
Exception


Copyright © 2005-2009 The Apache Software Foundation. All Rights Reserved.