Package org.apache.turbine.om
Schnittstelle Retrievable
Veraltet.
This interface specifies methods for uniquely identifying an object.
- Version:
- $Id$
- Autor:
- John D. McNally
-
Methodenübersicht
Modifizierer und TypMethodeBeschreibungVeraltet.get an id that differentiates this object from others of its class.void
setQueryKey
(String key) Veraltet.set an id that differentiates this object from others of its class.
-
Methodendetails
-
getQueryKey
Veraltet.get an id that differentiates this object from others of its class.- Gibt zurück:
- The id value
-
setQueryKey
Veraltet.set an id that differentiates this object from others of its class.- Parameter:
key
- The new id value- Löst aus:
Exception
- A problem occurred while setting the id.
-
OMTool
.