Package com.tangosol.run.xml
Interface Identifiable
public interface Identifiable
An interface for access to a key of a value object
- Author:
 - gg 12.26.2000
 
- 
Method Summary
 
- 
Method Details
- 
getKey
com.tangosol.run.xml.Key getKey()Determine the key for this value object- Returns:
 - the key
 
 - 
setKey
void setKey(com.tangosol.run.xml.Key key) Set this value object to match to the specified Key- Parameters:
 key- the specified key
 
 -