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
All Methods Instance Methods Abstract Methods Modifier and Type Method Description com.tangosol.run.xml.Key
getKey()
Determine the key for this value objectvoid
setKey(com.tangosol.run.xml.Key key)
Set this value object to match to the specified Key
-