Package org.apache.turbine.om
Interface Retrievable
Deprecated.
This interface specifies methods for uniquely identifying an object.
- Version:
- $Id$
- Author:
- John D. McNally
-
Method Summary
Modifier and TypeMethodDescriptionDeprecated.get an id that differentiates this object from others of its class.void
setQueryKey
(String key) Deprecated.set an id that differentiates this object from others of its class.
-
Method Details
-
getQueryKey
Deprecated.get an id that differentiates this object from others of its class.- Returns:
- The id value
-
setQueryKey
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.
-
OMTool
.