Package org.apache.fulcrum.intake
Schnittstelle Retrievable
public interface Retrievable
This interface specifies methods for uniquely identifying an object.
- Version:
- $Id$
- Autor:
- John D. McNally
-
Methodenübersicht
Modifizierer und TypMethodeBeschreibungget 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.
-
Methodendetails
-
getQueryKey
String getQueryKey()get an id that differentiates this object from others of its class.- Gibt zurück:
- the unique key identifying the object
-
setQueryKey
set an id that differentiates this object from others of its class.- Parameter:
key
- the identifying key- Löst aus:
Exception
- if the key could not be set
-