public interface Retrievable
Modifier and Type | Method and Description |
---|---|
String |
getQueryKey()
get 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.
|
String getQueryKey()
void setQueryKey(String key) throws Exception
key
- The new id valueException
- A problem occurred while setting the id.Copyright © 2000-2015 The Apache Software Foundation. All Rights Reserved.