org.apache.turbine.om
Interface Retrievable
- public interface Retrievable
This interface specifies methods for uniquely identifying an object.
- Version:
- $Id$
- 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 © 1999-2001 Apache Software Foundation. All Rights Reserved.