Skip navigation links

Oracle® Fusion Middleware Java API Reference for Oracle Coherence
12c (12.1.3.0.0)

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

 

Method Detail

getKey

com.tangosol.run.xml.Key getKey()
Determine the key for this value object

setKey

void setKey(com.tangosol.run.xml.Key key)
Set this value object to match to the specified Key

Skip navigation links

Oracle® Fusion Middleware Java API Reference for Oracle Coherence
12c (12.1.3.0.0)

E47890-01


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