org.apache.turbine.om
Interface Retrievable
- public interface Retrievable
This interface specifies methods for uniquely identifying an object.
- Version:
- $Id: Retrievable.java,v 1.2 2002/06/07 21:44:14 henning Exp $
- Author:
- John D. McNally
Method Summary |
java.lang.String |
getQueryKey()
get an id that differentiates this object from others
of its class. |
void |
setQueryKey(java.lang.String key)
set an id that differentiates this object from others
of its class. |
getQueryKey
public java.lang.String getQueryKey()
- get an id that differentiates this object from others
of its class.
setQueryKey
public void setQueryKey(java.lang.String key)
throws java.lang.Exception
- set an id that differentiates this object from others
of its class.
Copyright © 2000-2002 Apache Software Foundation. All Rights Reserved.