Skip navigation links

Oracle® Coherence Java API Reference
Release 3.7.1.0

E22843-01


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

Skip navigation links

Oracle® Coherence Java API Reference
Release 3.7.1.0

E22843-01


Copyright © 2000, 2011, Oracle and/or its affiliates. All rights reserved.