CoherenceTM v3.3
Copyright© 2000-2007 by Oracle Corporation

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
 Key getKey()
          Determine the key for this value object
 void setKey(Key key)
          Set this value object to match to the specified Key
 

Method Detail

getKey

Key getKey()
Determine the key for this value object


setKey

void setKey(Key key)
Set this value object to match to the specified Key


CoherenceTM v3.3
Copyright© 2000-2007 by Oracle Corporation